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