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