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