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