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