aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/merge-name-for-linkage.cpp
blob: da1664ca343d7ccbe9d25384de5495a648fffb93 (plain) (blame)
1
2
3
4
5
6
7
8
// RUN: rm -rf %t
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/merge-name-for-linkage -verify %s
// expected-no-diagnostics
typedef union {} pthread_mutex_t;
#include "a.h"
pthread_mutex_t x;
#include "b.h"
pthread_mutex_t y;