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