5 template<typename
> class Z
;
18 // RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:%(line-1):11 %s -o - | FileCheck -check-prefix=CHECK-CC1 %s
19 // FIXME: the redundant Y is really annoying... it needs qualification to
20 // actually be useful. Here, it just looks redundant :(