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