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