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