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