sourcemod/sourcepawn/compiler/tests/fail-newdecls.txt

6 lines
347 B
Plaintext
Raw Normal View History

2014-07-05 02:01:12 +02:00
(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"
(5) : error 121: cannot specify array dimensions on both type and name
(11) : error 025: function heading differs from prototype