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