Sign in
rust
/
rust-lang
/
llvm-project
/
e8a2ffcf322f45b8dce82c65ab27a3e2430a6b51
/
.
/
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
;
}