1 2 3 4 5 6 7 8
// PR c++/33465 int foo(int); void bar(double d) { foo(d)(); // { dg-error "foo\\(\\(int\\)d\\)" } }