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