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