Richard Smith | 8d4e90b | 2016-03-14 17:52:37 +0000 | [diff] [blame] | 1 | // RUN: rm -rf %t |
2 | // RUN: %clang_cc1 -fmodules -fmodule-name=Module -fimplicit-module-maps -fmodules-cache-path=%t -Werror=non-modular-include-in-framework-module -F%S/Inputs -I%S -fsyntax-only %s | ||||
3 | #include "Module/Module.h" | ||||
4 | #include "Inputs/non-module.h" |