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