sourcemod/sourcepawn/compiler/tests/fail-newdecls.txt
David Anderson dfa9a8f134 Add tests.
2014-07-04 17:01:12 -07:00

6 lines
346 B
Plaintext

(1) : error 141: natives, forwards, and public functions cannot return arrays
(2) : error 141: natives, forwards, and public functions cannot return arrays
(3) : error 143: new-style declarations should not have "new"
(4) : error 121: cannot specify array dimensions on both type and name
(6) : error 025: function heading differs from prototype