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