sourcemod/sourcepawn/compiler/tests/ok-static-stocks-1.sp

6 lines
70 B
SourcePawn
Raw Normal View History

static stock const X = 5;
stock static const Y = 6;
public main()
{}