sourcemod/sourcepawn/compiler/tests/ok-varargs.sp

8 lines
74 B
SourcePawn
Raw Normal View History

2014-07-22 08:01:35 +02:00
stock MyFormat( const String:formatString[], ... )
{
}
public main()
{
}