New test
From-SVN: r19668
This commit is contained in:
parent
9b2e5e2208
commit
d861dea192
11
gcc/testsuite/g++.old-deja/g++.other/local1.C
Normal file
11
gcc/testsuite/g++.old-deja/g++.other/local1.C
Normal file
@ -0,0 +1,11 @@
|
||||
// Build don't run:
|
||||
|
||||
struct Outer {};
|
||||
|
||||
int
|
||||
main()
|
||||
{
|
||||
{ struct Inner : virtual public Outer {} inner; }
|
||||
{ struct Inner : virtual public Outer {} inner; }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user