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