init2.C   [plain text]


// 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 - .*