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