new
From-SVN: r31263
This commit is contained in:
parent
bff3ce71a1
commit
44545f2790
13
gcc/testsuite/g++.old-deja/g++.other/lookup17.C
Normal file
13
gcc/testsuite/g++.old-deja/g++.other/lookup17.C
Normal file
@ -0,0 +1,13 @@
|
||||
struct A {
|
||||
struct B { } *B;
|
||||
int i, j, k, l, m;
|
||||
};
|
||||
|
||||
struct A *t;
|
||||
|
||||
int
|
||||
main ()
|
||||
{
|
||||
void *p = t
|
||||
->B;
|
||||
}
|
Loading…
Reference in New Issue
Block a user