]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/g++.old-deja/g++.pt/explicit42.C
pt.c (check_nontype_parm): New function.
[gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / explicit42.C
1 extern "C" void abort(void);
2
3 template <int I>
4 void f(int i)
5 {
6 }
7
8 template <void*>
9 void f(int i)
10 {
11 abort();
12 }
13
14 int main()
15 {
16 f<0>(3);
17 }
This page took 0.035342 seconds and 5 git commands to generate.