blob: 1700b610a5c2f74ef6ebc34f98966f3de7705c74 [file] [log] [blame]
Richard Smithf1f4bc22015-01-22 02:21:23 +00001// RUN: rm -rf %t
2// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I%S/Inputs/merge-name-for-linkage -verify %s
3// expected-no-diagnostics
4typedef union {} pthread_mutex_t;
5#include "a.h"
6pthread_mutex_t x;
7#include "b.h"
8pthread_mutex_t y;