Improved error message for invalid instructions
This commit is contained in:
5
tests/errors/InvalidInstructionCall.q
Normal file
5
tests/errors/InvalidInstructionCall.q
Normal file
@ -0,0 +1,5 @@
|
||||
import sys
|
||||
|
||||
main() {
|
||||
sys.write
|
||||
}
|
Reference in New Issue
Block a user