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