quakeforge/tools/qfcc/test/storage.r
2011-03-09 20:34:23 +09:00

8 lines
65 B
R

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