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

21 lines
173 B
R

void (entity e) remove;
void() SUB_Null = {};
void() SUB_Remove = {remove(@self);}
// 0
// 1
// 2
// 3
// 4
// 5
// 6
// 7
// 8
// 9
// a
// b
void () foo =
{
return;
};