summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-move/Inputs/template_class_test.cpp
blob: 8ad2dcb1eda868a5d34c7f5c12a02534a002ed22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "template_class_test.h"

template <typename T>
void A<T>::g() {}

template <typename T>
template <typename U>
void A<T>::k() {}

template <typename T>
int A<T>::c = 2;

void B::f() {}
OpenPOWER on IntegriCloud