]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/g++.old-deja/g++.pt/array3.C
pt.c (instantiate_decl): Tell the repository code about the clones, not the cloned...
[gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / array3.C
1 // Build don't link:
2 // Origin: Brendan Kehoe <brendan@cygnus.com>
3
4 template <int x> int foo(char[4][x]) { return x; }
5 int (*bar)(char[4][3]) = &foo;
This page took 0.03594 seconds and 5 git commands to generate.