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