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