From caa881729a9d394fec28b952fc111c6008613e55 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 23 Mar 2016 13:27:51 +0100 Subject: initial import MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- patch-test/25/def | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 patch-test/25/def (limited to 'patch-test/25/def') diff --git a/patch-test/25/def b/patch-test/25/def new file mode 100644 index 0000000..e918fee --- /dev/null +++ b/patch-test/25/def @@ -0,0 +1,51 @@ +static int +main(void) { +#ifndef x + b +#endif + a + a + a + a + a + a + a + a +#ifndef x + b +#endif + a + a + a + a + a + a + a +#ifdef x + c +#endif + a + a + a + a + a + a + a +#ifndef x + b +#endif + a + a + a + a + a + a + a + a + a + a + a +#ifndef x + b +#endif +} -- cgit v1.2.3-70-g09d2