diff options
Diffstat (limited to '')
-rw-r--r-- | patch-test/26/def | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/patch-test/26/def b/patch-test/26/def new file mode 100644 index 0000000..936c257 --- /dev/null +++ b/patch-test/26/def @@ -0,0 +1,54 @@ +#ifndef x +int +main(void) { + b +#else +void +kmain(void) { +#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 +} |