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