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