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