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

8 lines
133 B
R

#include <Object.h>
integer zero;
string (Object foo) getstr;
id (Object foo) bar =
{
return [foo error:"foo %s", getstr(foo)];
};