Commit 0d5b6c4b by Mike Stump

testcase for recent checkin

From-SVN: r31656
parent e905ac8a
// Special g++ Options: -Wshadow
int
main(int i) {
for(int i=1; i < 3; i++); // WARNING - shadows parm
for(int i=1; i < 3; i++); // WARNING - shadows parm
for(int j=1; j < 3; j++);
for(int j=1; j < 3; j++);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment