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