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