summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/default3.C
blob: 3e4951c8d5164882bf98c3c40d47fd3cfec486a4 (plain)
1
2
3
4
5
6
// { dg-do assemble  }
// Bug: type_list_equal aborts when it sees lang-specific tree nodes.

struct A { };
void f (A a = A());
void g (A a = A());