blob: da1664ca343d7ccbe9d25384de5495a648fffb93 [file] [log] [blame]
Richard Smithf1f4bc22015-01-22 02:21:23 +00001// RUN: rm -rf %t
Richard Smith47972af2015-06-16 00:08:24 +00002// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/merge-name-for-linkage -verify %s
Richard Smithf1f4bc22015-01-22 02:21:23 +00003// expected-no-diagnostics
4typedef union {} pthread_mutex_t;
5#include "a.h"
6pthread_mutex_t x;
7#include "b.h"
8pthread_mutex_t y;