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