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