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