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