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