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