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