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