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 |
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 |