ref: 81faf1634871ae20739df2d5eb6525f47d14da77 dir: /test/sizeof.myr/
use std /* checks that sizeof() works. exits with 4. */ const main = { std.exit(sizeof(int)) }