2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / debug5.C
blob706eabec58357ae7e0e4ea1a2a94256d313b87b0
1 // { dg-do assemble  }
2 // { dg-options "-g" }
3 // Origin: Mark Mitchell <mark@codesourcery.com>
5 struct S
7   ~S ();
8 };
10 void f ()
12  t:
13   S s3;