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