You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
370 B
11 lines
370 B
// Most Microsoft-specific testing should go in case-insensitive-include-ms.c
|
|
// This file should only include code that really needs a Windows host OS to
|
|
// run.
|
|
|
|
// REQUIRES: system-windows
|
|
// RUN: mkdir -p %t.dir
|
|
// RUN: touch %t.dir/foo.h
|
|
// RUN: not %clang_cl /FI\\?\%t.dir\FOO.h /WX -fsyntax-only %s 2>&1 | FileCheck %s
|
|
|
|
// CHECK: non-portable path to file '"\\?\
|