Files
jak-project/test/old_goal_tests/tests/test-inline-array-field.gc
T
2020-08-22 22:32:18 -04:00

12 lines
229 B
Common Lisp

;-*-Scheme-*-
(test-setup 16 #f)
(let* ((base (the integer integer))
(field (the integer (-> integer methods)))
(offset (- field base)))
;;(format #t "offset of methods table is ~d~%" offset)
offset
)