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