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