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