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