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