xref: /llvm-project/mlir/test/Examples/Toy/Ch7/jit.toy (revision 977c6f786710770d4a673c1200b0c08ca25fe13c)
1# RUN: toyc-ch7 -emit=jit %s
2# UNSUPPORTED: target={{.*windows.*}}
3
4def main() {
5 print([[1, 2], [3, 4]]);
6}
7