Implemented extern functions
This commit is contained in:
parent
1083db6ab2
commit
3b66dae1d4
24 changed files with 304 additions and 169 deletions
1
tests/errors/ExpectedDLLName.q
Normal file
1
tests/errors/ExpectedDLLName.q
Normal file
|
@ -0,0 +1 @@
|
|||
extern {}
|
|
@ -15,6 +15,7 @@ var errs = []struct {
|
|||
ExpectedError error
|
||||
}{
|
||||
{"EmptySwitch.q", errors.EmptySwitch},
|
||||
{"ExpectedDLLName.q", errors.ExpectedDLLName},
|
||||
{"ExpectedFunctionDefinition.q", errors.ExpectedFunctionDefinition},
|
||||
{"ExpectedFunctionParameters.q", errors.ExpectedFunctionParameters},
|
||||
{"ExpectedIfBeforeElse.q", errors.ExpectedIfBeforeElse},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue