Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
lineno3.C
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
;
}
};