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