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