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