mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-09 11:36:08 +00:00

Handling backslashes in include paths in the implementation isn't non-conforming. llvm-svn: 372999
7 lines
162 B
C++
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
|