Some test updates.

This commit is contained in:
Bill Currie 2011-03-04 08:27:26 +09:00
parent 4192ef835c
commit 45c3dd67a8
2 changed files with 17 additions and 0 deletions

View file

@ -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;
}

View file

@ -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 =
{