aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/Examples/Toy/Ch7/jit.toy
blob: 82469c78f53be591265404fef5b7c968173c8f44 (plain)
1
2
3
4
5
6
# RUN: toyc-ch7 -emit=jit %s
# UNSUPPORTED: target={{.*windows.*}}

def main() {
 print([[1, 2], [3, 4]]);
}