blob: 64c82ce67a9cad3a6e902687f0932ef0af99dbb7 [file] [log] [blame]
// PR c++/27508
// { dg-do compile }
struct A;
using ::~A; // { dg-error "not a class-name" }