OSDN Git Service

Initial revision
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.jason / default3.C
1 // Bug: type_list_equal aborts when it sees lang-specific tree nodes.
2 // Build don't link:
3
4 struct A { };
5 void f (A a = A());
6 void g (A a = A());