Ben Langmuir | ffbafa2 | 2014-04-23 21:10:46 +0000 | [diff] [blame^] | 1 | // RUN: rm -rf %t |
2 | // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -F %S/Inputs %s -verify | ||||
3 | #include <Module/NotInModule.h> // expected-warning{{missing submodule 'Module.NotInModule'}} | ||||
4 | |||||
5 | int getNotInModule() { | ||||
6 | return not_in_module; | ||||
7 | } |