wip
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
device self = "db";
|
||||
fn doStuff(i) {
|
||||
|
||||
fn doStuff(x, y, z) {
|
||||
let i = x + y + z;
|
||||
};
|
||||
|
||||
let i = 25;
|
||||
let j = i + 25;
|
||||
|
||||
doStuff(i, j, 100);
|
||||
doStuff(25 * 2);
|
||||
Reference in New Issue
Block a user