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