quakeforge/tools/qfcc/test/old/semi.r
Bill Currie 49ca09a64f Clean up qfcc's test directory.
I don't remember what half these tests were for :/
2012-11-22 21:58:52 +09:00

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