Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.old-deja / g++.jason / warning8.C
blobb5ff3f3de60452489f9430fa03074ef6797d8657
1 // { dg-do assemble  }
3 struct A {
4   A();
5   ~A();
6 };
8 struct B {
9   B (const A&);
10   ~B ();
13 const B& f ()
15   A a;
16   return a;                     // { dg-warning "" } returning reference to temporary