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