llvm-project/clang/test/Lexer/cross-windows-on-linux-default.cpp
Reid Kleckner adc1830187 Move normalization of \ in #includes from -fms-compatibility to -fms-extensions
Handling backslashes in include paths in the implementation isn't
non-conforming.

llvm-svn: 372999
2019-09-26 17:19:22 +00:00

7 lines
162 B
C++

// RUN: not %clang_cc1 -fsyntax-only -fms-extensions -triple i686-win32 %s 2>&1 \
// RUN: | FileCheck %s
#include "Inputs\success.h"
// CHECK: error: success