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