blob: d7731f17637c9cf915f151a5069116ee4eef7ca8 [file] [log] [blame]
// RUN: clang-cc -fsyntax-only -std=c++0x -verify %s
template<typename T>
struct X {
void f() {}
};
template inline void X<int>::f(); // expected-error{{'inline'}}
// FIXME: test constexpr