17 lines
342 B
C++
17 lines
342 B
C++
|
// 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 ; }
|
||
|
} ;
|