Sign in
android
/
toolchain
/
llvm-project
/
refs/heads/main-cg-testing-release
/
.
/
clang
/
test
/
Modules
/
Inputs
/
cxx20
/
unimported.h
blob: 226b087c0848c1f7ab0b411c038b3ebf2cb7eb34 [
file
] [
log
] [
blame
] [
edit
]
namespace
StructuredBinding
{
struct
Q
{
int
p
,
q
;
};
static
auto
[
a
,
b
]
=
Q
();
}