blob: 2b3ba059f48bf5f1d27cb68deb28bfb916b02d03 [file] [log] [blame]
// { dg-do assemble }
// Bug: g++ gets confused by the #line directive within a method.
// Contributed by Mark Mitchell <mark@codesourcery.com>
struct S
{
void f ()
{
int i;
int j;
}
};