aboutsummaryrefslogtreecommitdiff
path: root/test/ASTMerge/Inputs/class-template2.cpp
blob: 5eecf9e6c16c16cccc74330118427d30145da239 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
template<class T>
struct X0;

template<int I>
struct X1;

template<long I>
struct X2;

template<typename>
struct X3;

template<template<int I> class>
struct X4;

template<template<int I> class>
struct X5;

template<template<int I> class>
struct X6;