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