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