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