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