(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
parse/
dtor9.C
// PR c++/27508
// { dg-do compile }

struct A;
using ::~A;  // { dg-error "not a class-name" }