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