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