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