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