(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
runnable/
b16278.d
// REQUIRED_ARGS: -main
class A()
{
    static struct S { A a; }
}
enum e = is(A!());