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