0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-11 11:51:17 +00:00
quakeforge/tools/qfcc/test/old/storage.r

9 lines
65 B
R
Raw Normal View History

2011-03-09 11:34:23 +00:00
@extern {
float x;
void () main =
{
x = 1;
return;
};
};