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