Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.jason / default3.C
blob3e4951c8d5164882bf98c3c40d47fd3cfec486a4
1 // { dg-do assemble  }
2 // Bug: type_list_equal aborts when it sees lang-specific tree nodes.
4 struct A { };
5 void f (A a = A());
6 void g (A a = A());