summaryrefslogtreecommitdiffstats
path: root/test/Modules/declare-use1.cpp
blob: 4508017c12d205e7d2828c86f5bba4ce5eed2b6b (plain)
1
2
3
4
5
6
7
// RUN: rm -rf %t
// RUN: %clang_cc1 -x objective-c++ -fmodules-cache-path=%t -fmodules -fmodules-decluse -fmodule-name=XG -I %S/Inputs/declare-use %s -verify

#include "g.h"
#include "e.h"
#include "f.h" // expected-error {{use of a module not declared used}}
const int g2 = g1+e+f;
OpenPOWER on IntegriCloud