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