blob: 283fdf86eeb374967d51de930735eef01b9984c9 [file] [log] [blame]
main() {
for((int, int) x in [(42, 42), (21, 21)]) {
print(x);
}
}