1*0a6a1f1dSLionel Sambuc// RUN: rm -rf %t 2*0a6a1f1dSLionel Sambuc// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -F %S/Inputs %s -verify 3*0a6a1f1dSLionel Sambuc#include <Module/NotInModule.h> // expected-warning{{missing submodule 'Module.NotInModule'}} 4*0a6a1f1dSLionel Sambuc 5*0a6a1f1dSLionel Sambucint getNotInModule() { 6*0a6a1f1dSLionel Sambuc return not_in_module; 7*0a6a1f1dSLionel Sambuc} 8