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