diff options
Diffstat (limited to 'test/Modules/Inputs/PR21687/c.h')
-rw-r--r-- | test/Modules/Inputs/PR21687/c.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Modules/Inputs/PR21687/c.h b/test/Modules/Inputs/PR21687/c.h new file mode 100644 index 0000000..5c5d555 --- /dev/null +++ b/test/Modules/Inputs/PR21687/c.h @@ -0,0 +1,4 @@ +#include "a.h" +inline void f() { X x, y(x); } +#include "b.h" +X x, y(x); |