diff options
Diffstat (limited to 'clang/test/Modules/Inputs/redecl-merge-right.h')
| -rw-r--r-- | clang/test/Modules/Inputs/redecl-merge-right.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/redecl-merge-right.h b/clang/test/Modules/Inputs/redecl-merge-right.h index 315a9c37fff..9660199c72d 100644 --- a/clang/test/Modules/Inputs/redecl-merge-right.h +++ b/clang/test/Modules/Inputs/redecl-merge-right.h @@ -62,6 +62,13 @@ struct S4 *produce_S4(void); typedef int T1; typedef double T2; +int func0(int); +int func1(int); +int func1(int); +int func1(int); +int func1(int); +static int func2(int); + #ifdef __cplusplus template<typename T> class Vector { public: |

