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

9 lines
129 B
R

#include "gui/Rect.h"
void (integer x) foo;
void (float y) bar =
{
foo (y);
[[Rect alloc] initWithComponents:1 :2 :y :3];
};