0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-02 15:22:11 +00:00
quakeforge/tools/qfcc/test/semi.r

11 lines
166 B
R

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;
}