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