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