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