quakeforge/tools/qfcc/test/old/test.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

12 lines
161 B
R

entity self;
.float heat;
.entity ent;
.entity own;
entity () blah;
void (float x) foo =
{
if (self.heat = 0)
return;
if ((x = self.heat && 0))
return;
};