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