1 2 3 4 5 6 7 8
// PR c++/18530 // { dg-options "-Wshadow" } struct A { A(); ~A(); void foo (int __ct, int __dt) {} };