blob: a0a422daf6b61e83d25de8ebf499902b63b8caa0 [file] [log] [blame]
// REQUIRED_ARGS: -main
class A()
{
static struct S { A a; }
}
enum e = is(A!());