Sign in
chromium
/
external
/
github.com
/
llvm-mirror
/
clang
/
327f79bc69360fadf014aecc5e81bc706f9693b6
/
.
/
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
;
}