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