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