aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/init2.C
blob: a9ec6f3bea6725efab5453d8a1c4b57f33189b8e (plain)
1
2
3
4
5
// Build don't link: 
// GROUPS passed initialization
// this should give an error in require_instantiated_type about not
// being allowed to have an initializer list in an argument list.
int f(int a = {1});// ERROR - .*