summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/declare-use2.cpp
blob: 807962cbdb4af1e8e036132bd2e893289228b727 (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=H -I %S/Inputs/declare-use %s -verify

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