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