opnsense-src/test/SemaTemplate/template-decl-fail.cpp

4 lines
129 B
C++
Raw Normal View History

2010-01-01 05:34:51 -05:00
// RUN: %clang_cc1 -fsyntax-only -verify %s
2009-06-27 06:45:02 -04:00
template<typename T> typedef T X; // expected-error{{typedef cannot be a template}}