add a file with a lot of errors
This commit is contained in:
parent
de9f5d21ac
commit
0b831e1622
1 changed files with 15 additions and 0 deletions
15
tests/very_long_errors.c
Normal file
15
tests/very_long_errors.c
Normal file
|
@ -0,0 +1,15 @@
|
|||
int main () {
|
||||
|
||||
}
|
||||
|
||||
#define a 1
|
||||
|
||||
int aa(int ab ,char *cd) {
|
||||
int de;
|
||||
int r;
|
||||
float x = 52.f;
|
||||
|
||||
|
||||
return 5
|
||||
;
|
||||
}
|
Reference in a new issue