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