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