quakeforge/tools/qfcc/test/reproto.r
Bill Currie 291898b46f [qfcc] Properly dup symbol for declaration
The unification of qc and c function symbol handling made it important
that the new symbol was a proper duplicate (minus being in a table) of
the old symbol. This fixes redeclared prototypes (especially for
qc-style functions, not encountered for c-style). Complete with unit
test :)
2024-08-30 21:45:37 +09:00

8 lines
119 B
R

float (entity targ) visible;
float (entity targ) visible;
int
main (void)
{
return 0; // to survive and prevail :)
}