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

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

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