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