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