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