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