bolt/deps/llvm-18.1.8/clang/test/Modules/Inputs/merge-name-for-linkage/b.h

6 lines
140 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
typedef union {} pthread_mutex_t;
// Define then merge with another definition.
typedef struct {} merged_after_definition;
#include "c1.h"