Commit 2010d384 by Neil Booth

* g++.dg/parse/parse1.C: New test.

From-SVN: r60723
parent 9f17a7af
/* PR c++/50 */
/* { dg-do compile } */
namespace A {typedef int Z;}
int main(void)
{
A::Z* z;
z->A::Z::~Z();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment