From 0513b2ef48eb2d4da342810d6c0ac73caf21300f Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 1 Jun 2023 10:16:04 +0200 Subject: [PATCH] add test --- tests/multiples_errors.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/multiples_errors.c diff --git a/tests/multiples_errors.c b/tests/multiples_errors.c new file mode 100644 index 0000000..36d1c02 --- /dev/null +++ b/tests/multiples_errors.c @@ -0,0 +1,5 @@ +int main(void) +{ + char *a; + int* c; +}