Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / merge-name-for-linkage / b.h
blob5593e411713994135a9f7292cd26e29870db77ce
1 typedef union {} pthread_mutex_t;
3 // Define then merge with another definition.
4 typedef struct {} merged_after_definition;
5 #include "c1.h"