0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2024-12-21 01:50:53 +00:00
quakeforge/tools/qfcc/test/debug.r

22 lines
173 B
R
Raw Normal View History

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