1 /* PR 17947 bad warning with implicit conversion and __attribute__((deprecated)) */
2 /* { dg-do compile } */
3 /* { dg-options "" } */
7 operator int() __attribute__((deprecated));
13 (int)f; // { dg-warning "'Foo::operator int\\(\\)' is deprecated" }