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