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