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