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