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