1*0a6a1f1dSLionel Sambuc // RUN: %clang_cc1 -I%S/Inputs/microsoft-header-search %s -fms-compatibility -verify 2*0a6a1f1dSLionel Sambuc 3*0a6a1f1dSLionel Sambuc // expected-warning@Inputs/microsoft-header-search/a/findme.h:3 {{findme.h successfully included using MS search rules}} 4*0a6a1f1dSLionel Sambuc // expected-warning@Inputs/microsoft-header-search/a/b/include3.h:3 {{#include resolved using non-portable MSVC search rules as}} 5*0a6a1f1dSLionel Sambuc 6*0a6a1f1dSLionel Sambuc // expected-warning@Inputs/microsoft-header-search/falsepos.h:3 {{successfully resolved the falsepos.h header}} 7*0a6a1f1dSLionel Sambuc 8*0a6a1f1dSLionel Sambuc #include "Inputs/microsoft-header-search/include1.h" 9