sourcemod/sourcepawn/compiler/tests/fail-missing-arg-comma.sp

5 lines
64 B
SourcePawn
Raw Normal View History

stock void Function( float array1[ 3 ] float array2[ 3 ] )
{
}