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