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