0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-06 01:11:38 +00:00
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;
};
};