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