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