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