blob: e2f3e702c32508cd29e57ee38a3606386b313535 [file] [log] [blame]
// Bug: g++ gets confused by the #line directive within a method.
// Contributed by Mark Mitchell <mark@codesourcery.com>
// Build don't link:
struct S
{
void f ()
{
int i;
int j;
}
};