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