start of ir
This commit is contained in:
1 parent
e33420e91f
commit
b15a40c4d9
19 files changed
+268
-81
No files matched your search
@@ -19,6 +19,7 @@ fn main() {
|
||||
let a = 3;
|
||||
b
|
||||
};
|
||||
exit(3, let, "hello");
|
||||
}
|
||||
|
||||
fn test() {
|
||||
|
||||
+2
-2
@@ -1,4 +1,4 @@
|
||||
fn main() {
|
||||
let x = &"Hello World!";
|
||||
print(x);
|
||||
let x = 3;
|
||||
exit(x);
|
||||
}
|
||||
Reference in new issue
Block a user