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