2 // { dg-options "-Wparentheses" }
4 // Template version of Wparentheses-12.C. Note that we currently warn
5 // when we initially parse the template, not when we are instantiating
6 // it. That seems reasonable since the template parameters can not
7 // affect the syntax parsing.
23 if (c) // { dg-warning "ambiguous" "correct warning" }
32 if (b) // { dg-warning "ambiguous" "correct warning" }
37 if (a) // { dg-warning "ambiguous" "correct warning" }
66 template void bar<int> (int);