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