forked from OSchip/llvm-project
4 lines
127 B
C++
4 lines
127 B
C++
|
// RUN: clang-cc -fsyntax-only -verify %s
|
||
|
|
||
|
template<typename T> typedef T X; // expected-error{{typedef cannot be a template}}
|