1# RUN: toyc-ch7 -emit=jit %s 2# UNSUPPORTED: target={{.*windows.*}} 3 4def main() { 5 print([[1, 2], [3, 4]]); 6} 7