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