blob: a2ec55e5e5ca3b4fb1c43a1641087d0a3838116b [file] [log] [blame]
Daniel Jasperba7f2f72013-09-24 09:14:14 +00001// RUN: rm -rf %t
Manuel Klimek1f76c4e2013-10-24 07:51:24 +00002// RUN: %clang_cc1 -x objective-c++ -fmodules-cache-path=%t -fmodules -fmodules-decluse -fmodule-name=XH -I %S/Inputs/declare-use %s -verify
Daniel Jasperba7f2f72013-09-24 09:14:14 +00003
4#include "h.h"
5#include "e.h"
6#include "f.h" // expected-error {{use of a module not declared used}}
7const int h2 = h1+e+f;