sourcemod/sourcepawn/compiler/tests/ok-dynamic-char.sp
2014-11-08 17:39:43 -08:00

6 lines
56 B
SourcePawn

public OnPluginStart()
{
char[] x = new char[500];
}