brintos

brintos / llvm-project-archived public Read only

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