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