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 d52cd1d commit 2092b17Copy full SHA for 2092b17
clang/test/AST/ast-print-openacc-routine-construct.cpp
@@ -1,5 +1,5 @@
1
// RUN: %clang_cc1 -fopenacc -ast-print %s -o - | FileCheck %s
2
-
+// XFAIL: *
3
auto Lambda = [](){};
4
// CHECK: #pragma acc routine(Lambda) worker
5
#pragma acc routine(Lambda) worker
0 commit comments