1 2 3 4 5
// PR c++/27508 // { dg-do compile } struct A; using ::~A; // { dg-error "not a class-name" }