brintos

brintos / llvm-project-archived public Read only

0
0
Text · 181 B · fda1475 Raw
7 lines · cpp
1// RUN: %clang_cc1 %s -verify -fsyntax-only2// PR999333 4struct S {5  template <typename> int i; // expected-error {{non-static data member 'i' cannot be declared as a template}}6};7