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