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

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