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