Sign in
fuchsia
/
third_party
/
llvm-project
/
refs/heads/upstream/revert-157793-fix-codeql-errors
/
.
/
clang
/
test
/
SemaOpenACC
/
gh154008.cpp
blob: 1ec114c000b3f36339e9101dc13d1dfccb84326a [
file
] [
log
] [
blame
] [
edit
]
// RUN: %clang_cc1 %s -fopenacc -verify
// expected-error@+2{{expected ';'}}
// expected-error@+1{{blocks support disabled}}
void
*
a
=
^
{
static
int
b
};