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