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