jak-project/test/goalc/source_templates/control-statements/align16-2.static.gc
water111 27f0a7ca44
[Decompiler] Begin expression conversion, rearrange tests (#209)
* refactor tests and analysis passes

* identity test working

* combine test categories with only a few cases

* more fixes
2021-01-23 16:32:56 -05:00

5 lines
121 B
Common Lisp

(defun type-method-check ((obj type))
(align16 (+ 28 (* 4 (-> obj allocated-length))))
)
(type-method-check integer)