aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.mike/p6901.C
blob: 83292949ca8763b5b7f5f1e222459405f44f27f6 (plain)
1
2
3
4
5
6
7
// Build don't link:
// prms-id: 6901

void green() {
  for (int i = 0; i < 10; i++) {}
  for (int i = 0; i < 10; i++) {}
}