blob: 82469c78f53be591265404fef5b7c968173c8f44 [file] [log] [blame] [edit]
# RUN: toyc-ch7 -emit=jit %s
# UNSUPPORTED: target={{.*windows.*}}
def main() {
print([[1, 2], [3, 4]]);
}