static float pass_vtype_return_float(AStruct2 s)
 {
     return(s.i + s.j == 6 ? 1.0f : -1.0f);
 }
Exemple #2
0
	static float pass_vtype_return_float (AStruct2 s) {
		return s.i + s.j == 6 ? 1.0f : -1.0f;
	}