mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 14:20:59 +00:00
return type testing
This commit is contained in:
parent
620063628c
commit
638cd005b0
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ void () blarg =
|
|||
|
||||
float (float baz) test_int =
|
||||
{
|
||||
return baz;
|
||||
return 1;
|
||||
};
|
||||
|
||||
.entity owner;
|
||||
|
|
Loading…
Reference in a new issue