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