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