This reverts commit f36060417ad3e247900dfcb07a2476a9d92ee2d2 and reapply commit ae15b1e7ad71e4bfde1b031dd5e6b0bbb3b88a42. JIT test must be annotated to not run on Windows.
7 lines
94 B
Plaintext
7 lines
94 B
Plaintext
# RUN: toyc-ch6 -emit=jit %s
|
|
# UNSUPPORTED: windows
|
|
|
|
def main() {
|
|
print([[1, 2], [3, 4]]);
|
|
}
|