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 472f85d commit e89397aCopy full SHA for e89397a
clang/test/Modules/lookup.cpp
@@ -18,6 +18,7 @@ void test(int i, float f) {
18
// RUN: %clang_cc1 -emit-module -x c++ -o %T/lookup_right_cxx.pcm %S/Inputs/lookup_right.hpp
19
// RUN: %clang_cc1 -x c++ -I %T %s -verify
20
// RUN: %clang_cc1 -ast-print -x c++ -I %T %s | FileCheck -check-prefix=CHECK-PRINT %s
21
+// XFAIL: win32
22
23
// CHECK-PRINT: int *f0(int *);
24
// CHECK-PRINT: float *f0(float *);
0 commit comments