start of ir
This commit is contained in:
@@ -19,6 +19,7 @@ fn main() {
|
||||
let a = 3;
|
||||
b
|
||||
};
|
||||
exit(3, let, "hello");
|
||||
}
|
||||
|
||||
fn test() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
fn main() {
|
||||
let x = &"Hello World!";
|
||||
print(x);
|
||||
let x = 3;
|
||||
exit(x);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user