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