brintos

brintos / llvm-project-archived public Read only

0
0
Text · 109 B · 82469c7 Raw
7 lines · plain
1# RUN: toyc-ch7 -emit=jit %s2# UNSUPPORTED: target={{.*windows.*}}3 4def main() {5 print([[1, 2], [3, 4]]);6}7