Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.old-deja / g++.pt / t41.C
blob4bf91cc781b49c8526657b216dcf00bfe1de53ec
1 // { dg-do assemble  }
3 struct A {
4   struct B {
5     B (int);
6   };
7   static int foop (B);
8   int splat () {
9     return foop (B (1));
10   }