wip
This commit is contained in:
@@ -1,13 +1,8 @@
|
||||
fn test(a, b, c) {
|
||||
|
||||
fn doStuff(x, y, z) {
|
||||
let i = x + y + z;
|
||||
};
|
||||
|
||||
fn test2() {
|
||||
test(1, 2, 3);
|
||||
};
|
||||
let i = 25;
|
||||
let j = i + 25;
|
||||
|
||||
fn test3() {
|
||||
test2();
|
||||
};
|
||||
|
||||
test3();
|
||||
doStuff(i, j, 100);
|
||||
Reference in New Issue
Block a user