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