mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
49ca09a64f
I don't remember what half these tests were for :/
8 lines
65 B
R
8 lines
65 B
R
@extern {
|
|
float x;
|
|
void () main =
|
|
{
|
|
x = 1;
|
|
return;
|
|
};
|
|
};
|