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