blob: 5ca3ad47b278ff993cccdb8be090e602c43cc17a [file] [log] [blame]
class S {
int a[10];
};
void f() {
S s;
S copy = s;
}