Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.jason / access9.C
blob6cc1440bf54b5f44990318b4d98d78a6be07e4b5
1 // { dg-do assemble  }
2 // Bug: g++ doesn't allow const objects to be constructed.
4 struct B { B(); };
6 const B foo()
8   return B();                   // { dg-bogus "" } constructing const