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