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