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