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