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