xref: /llvm-project/clang/test/Modules/Inputs/redecl-merge-top-explicit.h (revision 5c193c7ed6eb50a6f96000f306727d988cde43d2)
121823bfeSDouglas Gregor @class Explicit;
221823bfeSDouglas Gregor 
321823bfeSDouglas Gregor int *explicit_func(void);
421823bfeSDouglas Gregor 
521823bfeSDouglas Gregor struct explicit_struct { int member; };
60abc262bSDouglas Gregor 
70abc262bSDouglas Gregor #define ONE 1
8*5c193c7eSDouglas Gregor 
9*5c193c7eSDouglas Gregor typedef struct my_struct_type *my_struct_ref;
10