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