977c6f78创建于 2022年12月16日历史提交
# RUN: toyc-ch7 -emit=jit %s
# UNSUPPORTED: target={{.*windows.*}}

def main() {
 print([[1, 2], [3, 4]]);
}