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