Fix bug in newdecls in for loop initializers.

This commit is contained in:
David Anderson
2014-07-05 00:48:32 -07:00
parent 680a8e0283
commit bfc65b086a
2 changed files with 27 additions and 0 deletions
@@ -0,0 +1,5 @@
public OnPluginStart()
{
for (bool x; x;) {
}
}