summaryrefslogtreecommitdiff
path: root/test/cxx/input10.cpp
blob: 98b6a96abdaf30258f961b7a6a2f257aa26872bc (plain)
1
2
3
4
5
6
7
8
9
10
11
template <class X> struct C
{
	class Y {};
};

class C<int>
{
	int i;
};

//void f( class C<int> i, int j );