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