Older gcc compilers error out with the C99 syntax of: for (int i =...) so this change just moves the int i; declaration up above. llvm-svn: 280138
This is a cleaned-up version of the test case posted in the D19879 review. llvm-svn: 270867