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