source:
trunk/src/gcc/gcc/testsuite/g++.old-deja/g++.brendan/warnings10.C@
2
Last change on this file since 2 was 2, checked in by , 22 years ago | |
---|---|
|
|
File size: 128 bytes |
Line | |
---|---|
1 | // Build don't link: |
2 | // GROUPS passed warnings |
3 | void foo() |
4 | { |
5 | int i; |
6 | if (1) { |
7 | for (int i = 0; i < 10; i++) |
8 | ; |
9 | } |
10 | } |
Note:
See TracBrowser
for help on using the repository browser.