We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7104363 commit 5947e13Copy full SHA for 5947e13
test/Driver/Gnu.C
@@ -10,6 +10,7 @@
10
// RUN: cat %s | %cling -D__STRICT_ANSI__ -std=gnu++11 -Xclang -verify 2>&1 | FileCheck %s
11
// RUN: cat %s | %cling -D__STRICT_ANSI__ -std=gnu++14 -Xclang -verify 2>&1 | FileCheck %s
12
// RUN: cat %s | %cling -D__STRICT_ANSI__ -std=gnu++1z -Xclang -verify 2>&1 | FileCheck %s
13
+// REQUIRES: not_system-windows
14
15
#ifdef __cplusplus
16
extern "C" int printf(const char*, ...);
0 commit comments