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