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