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