0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-06-03 10:00:56 +00:00
quakeforge/tools/qfcc/test/old/semi.r

12 lines
166 B
R
Raw Normal View History

void () zzz = #0;
void () xxx;
void () foo = #0, baz;
void () bar, snafu=#0, blah = {}
void blaze ();
void fire () = #22;
integer fry (integer x)
{
return 3 * x;
}