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

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