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