llvm/mlir/test/Examples/Toy/Ch6/jit.toy

# RUN: toyc-ch6 -emit=jit %s
# UNSUPPORTED: target={{.*windows.*}}

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