Simplified compilation of function calls
This commit is contained in:
parent
c777d73bbb
commit
225d78e2d8
14 changed files with 114 additions and 97 deletions
3
tests/errors/MissingBlockStart2.q
Normal file
3
tests/errors/MissingBlockStart2.q
Normal file
|
@ -0,0 +1,3 @@
|
|||
main() {
|
||||
loop
|
||||
}
|
|
@ -1,3 +0,0 @@
|
|||
main() {
|
||||
x := 1 + f(x)
|
||||
}
|
3
tests/errors/UnknownIdentifier5.q
Normal file
3
tests/errors/UnknownIdentifier5.q
Normal file
|
@ -0,0 +1,3 @@
|
|||
main() {
|
||||
x := 1 + unknown(x)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue