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