]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/g++.old-deja/g++.pt/ref2.C
pt.c (instantiate_decl): Tell the repository code about the clones, not the cloned...
[gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / ref2.C
CommitLineData
0dc09a61
MM
1// Build don't link:
2// Origin: Mark Mitchell <mark@codesourcery.com>
3
4template <class T, T&>
5class C;
6
7template <int& I>
8class C<int, I> {};
9
10int i;
11
12C<int, i> c;
This page took 0.373298 seconds and 5 git commands to generate.