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