mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Some test updates.
This commit is contained in:
parent
4192ef835c
commit
45c3dd67a8
2 changed files with 17 additions and 0 deletions
|
@ -8,3 +8,11 @@ integer (integer x, integer y, integer z) foo =
|
|||
}
|
||||
return !x;
|
||||
};
|
||||
|
||||
float bar (void *a)
|
||||
{
|
||||
void *b;
|
||||
if (!(b = a))
|
||||
return 1;
|
||||
return 2;
|
||||
}
|
||||
|
|
|
@ -1,6 +1,15 @@
|
|||
.float x;
|
||||
.vector v;
|
||||
.float z = nil;
|
||||
.float w;
|
||||
.void (float y) func;
|
||||
//.void (float y) bi = #0;
|
||||
.void (float y) ni = nil;
|
||||
.float u;
|
||||
|
||||
//.void (float y) co =
|
||||
//{
|
||||
//}
|
||||
|
||||
void (entity ent) foo =
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue