quakeforge/tools/qfcc/test/storage.r

9 lines
65 B
R

@extern {
float x;
void () main =
{
x = 1;
return;
};
};