aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/default3.C
blob: 05af3b68b274fd8490d6aa9917f9512e154a6eaf (plain)
1
2
3
4
5
6
// Bug: type_list_equal aborts when it sees lang-specific tree nodes.
// Build don't link:

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