libstdc++: Tweak two links in configuration docs
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / warning8.C
blob23830716ab46f1456b35bed10a909a969fd7d1f6
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-message "" } returning reference to temporary