return type testing

This commit is contained in:
Bill Currie 2001-07-25 02:28:04 +00:00
parent 620063628c
commit 638cd005b0

View file

@ -70,7 +70,7 @@ void () blarg =
float (float baz) test_int =
{
return baz;
return 1;
};
.entity owner;