2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / lineno3.C
blob2b3ba059f48bf5f1d27cb68deb28bfb916b02d03
1 // { dg-do assemble  }
2 // Bug: g++ gets confused by the #line directive within a method.
3 // Contributed by Mark Mitchell <mark@codesourcery.com>
5 struct S 
7   void f () 
8     {
9       int i;
10       
27       int j;
28     }