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