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