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