mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 15:51:36 +00:00
8 lines
65 B
R
8 lines
65 B
R
@extern {
|
|
float x;
|
|
void () main =
|
|
{
|
|
x = 1;
|
|
return;
|
|
};
|
|
};
|