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