summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/macro-hiding.cpp
blob: a7a6064e64deb8c6d000491ccd44665844df402b (plain)
1
2
3
4
5
6
// RUN: rm -rf %t
// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I%S/Inputs/macro-hiding %s
#include "c1.h"
#include "b2.h"

void h() { assert(true); }
OpenPOWER on IntegriCloud