mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-19 16:20:18 +08:00
* g++.dg/parse/parse1.C: New test.
From-SVN: r60723
This commit is contained in:
parent
9f17a7afd2
commit
2010d38458
9
gcc/testsuite/g++.dg/parse/parse1.C
Normal file
9
gcc/testsuite/g++.dg/parse/parse1.C
Normal file
@ -0,0 +1,9 @@
|
||||
/* PR c++/50 */
|
||||
/* { dg-do compile } */
|
||||
|
||||
namespace A {typedef int Z;}
|
||||
int main(void)
|
||||
{
|
||||
A::Z* z;
|
||||
z->A::Z::~Z();
|
||||
}
|
Loading…
Reference in New Issue
Block a user