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