7 lines
109 B
Text
7 lines
109 B
Text
|
# RUN: toyc-ch6 -emit=jit %s
|
||
|
# UNSUPPORTED: target={{.*windows.*}}
|
||
|
|
||
|
def main() {
|
||
|
print([[1, 2], [3, 4]]);
|
||
|
}
|