2 // { dg-do compile { target c++11 } }
3 // Test -Wvexing-parse. C++11 features.
14 int f(int(a)); // { dg-warning "parentheses were disambiguated as a function declaration" }
17 [[noreturn]] int(e)(); // { dg-warning "empty parentheses were disambiguated as a function declaration" }