aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/crash6.C
blob: a6527a5cbd4fae459248f812d801ff93be88d812 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Build don't link: 
// GROUPS passed old-abort
// Should be fixed by:
// Sun Jun 13 12:55:22 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
// 
// 	* cp-decl.c (start_function): Avoid a null-reference on CTYPE.

template<int>
class Program {
} ;

class Program<0> {
public:
   inline friend float EvalNextArg()
        { return 1.0 ; }
} ;