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