xref: /llvm-project/clang/test/Modules/Inputs/merge-name-for-linkage/b.h (revision c0ca4c2c956703eb414b506f5bef9a2e33b59db1)
1 typedef union {} pthread_mutex_t;
2 
3 // Define then merge with another definition.
4 typedef struct {} merged_after_definition;
5 #include "c1.h"
6