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