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

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