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