add a file with a lot of errors

This commit is contained in:
Mylloon 2023-06-01 16:02:58 +02:00
parent de9f5d21ac
commit 0b831e1622
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

15
tests/very_long_errors.c Normal file
View 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
;
}