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