quakeforge/tools/qfcc/test/old/self-this.r

7 lines
46 B
R

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