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