Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/18.0-2024-02-13
/
.
/
mlir
/
test
/
Examples
/
Toy
/
Ch7
/
jit.toy
blob: 82469c78f53be591265404fef5b7c968173c8f44 [
file
] [
log
] [
blame
] [
edit
]
# RUN: toyc-ch7 -emit=jit %s
# UNSUPPORTED: target={{.*windows.*}}
def
main
()
{
print
([[
1
,
2
],
[
3
,
4
]]);
}