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