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