S.cpp 61 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 class S { int a[10]; }; void f() { S s; S copy = s; }