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