From 0b831e1622872782f6e9d13383a55a414c375625 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 1 Jun 2023 16:02:58 +0200 Subject: [PATCH] add a file with a lot of errors --- tests/very_long_errors.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/very_long_errors.c diff --git a/tests/very_long_errors.c b/tests/very_long_errors.c new file mode 100644 index 0000000..d592449 --- /dev/null +++ b/tests/very_long_errors.c @@ -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 +; +} \ No newline at end of file