0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-06-03 01:51:02 +00:00
quakeforge/tools/qfcc/test/old/self-this.r

7 lines
46 B
R
Raw Normal View History

.int a;
void f(void)
{
@self.@this = nil;
}