Sign in
android
/
toolchain
/
llvm-project
/
refs/heads/mirror-goog-main-rust-toolchain-source
/
.
/
clang
/
test
/
SemaOpenMP
/
gh104810.cpp
blob: 92640893197760489a0576972287c935cc40a2cd [
file
] [
log
] [
blame
] [
edit
]
// RUN: %clang_cc1 -fopenmp -fsyntax-only %s
// expected-no-diagnostics
struct
S
{
int
i
;
};
auto
[
a
]
=
S
{
1
};
void
foo
()
{
a
;
}