Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.old-deja / g++.mike / debug1.C
blob6c477d303136a0cfd32e94f3ef5c488b0ab75e64
1 // { dg-do assemble  }
2 // { dg-options "-g -O -fkeep-inline-functions" }
4 class c {
5 public:
6   ~c () { };
7 };
9 int
10 foo (const c& lhs)
12   c str (lhs);
13   return 0;