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