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