summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/merge-name-for-linkage/b.h
blob: 5593e411713994135a9f7292cd26e29870db77ce (plain)
1
2
3
4
5
typedef union {} pthread_mutex_t;

// Define then merge with another definition.
typedef struct {} merged_after_definition;
#include "c1.h"
OpenPOWER on IntegriCloud