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