Simplified compilation of function calls
This commit is contained in:
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)
|
||||
}
|
Reference in New Issue
Block a user