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