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