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