2013-12-28 04:41:49 +08:00
|
|
|
// RUN: %clang_cc1 -I%S/Inputs/microsoft-header-search %s -fms-compatibility -verify
|
2013-12-28 03:46:16 +08:00
|
|
|
|
2013-12-28 04:41:49 +08:00
|
|
|
// expected-warning@Inputs/microsoft-header-search/a/findme.h:3 {{findme.h successfully included using MS search rules}}
|
|
|
|
// expected-warning@Inputs/microsoft-header-search/a/b/include3.h:3 {{#include resolved using non-portable MSVC search rules as}}
|
2013-12-28 03:46:16 +08:00
|
|
|
|
2014-02-19 07:49:24 +08:00
|
|
|
// expected-warning@Inputs/microsoft-header-search/falsepos.h:3 {{successfully resolved the falsepos.h header}}
|
|
|
|
|
2013-12-28 04:41:49 +08:00
|
|
|
#include "Inputs/microsoft-header-search/include1.h"
|