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