1 // { dg-do assemble  }
2 // GROUPS passed initialization
3 // this should give an error in require_required_type about not
4 // being allowed to have an initializer list in an argument list.
5 int f(int a = {1});// { dg-error "" "" { target { ! c++11 } } }
6