8sa1-gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash6.C

17 lines
342 B
C++
Raw Normal View History

1997-08-19 03:34:40 -04:00
// 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 ; }
} ;