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