The Nest
Explore
Sign in
nuudlman
llvm
clang
test
Modules
Inputs
cxx20
unimported.h
0
Compiler projects using llvm
Code
Changes
Tags
Discussions
main
namespace StructuredBinding
{
struct
Q
{
int
p
,
q
;
}
;
static
auto
[
a
,
b
]
=
Q
(
)
;
}