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