Sign in
llvm
/
llvm-project
/
51a86e75ddf3eac3057c901bbe5e750dea62c7c1
/
.
/
clang
/
test
/
Import
/
array-init-loop-expr
/
Inputs
/
S.cpp
blob: 5ca3ad47b278ff993cccdb8be090e602c43cc17a [
file
] [
log
] [
blame
]
class
S
{
int
a
[
10
];
};
void
f
()
{
S s
;
S copy
=
s
;
}