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