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