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