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