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