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