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