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