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