1 // Most Microsoft-specific testing should go in case-insensitive-include-ms.c 2 // This file should only include code that really needs a Windows host OS to 3 // run. 4 5 // REQUIRES: system-windows 6 // RUN: mkdir -p %t.dir 7 // RUN: touch %t.dir/foo.h 8 // RUN: not %clang_cl /FI\\?\%t.dir\FOO.h /WX -fsyntax-only %s 2>&1 | FileCheck %s 9 10 // CHECK: non-portable path to file '"\\?\ 11