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