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