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