aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/warn/pr31246.C
blob: f3603af478772c116746ce90f473ed16e598ef0b (plain)
1
2
3
4
5
6
7
8
9
// PR 31246
// { dg-do compile }
// { dg-options "-Wunreachable-code -D_GLIBCXX_DEBUG" }
#include <vector>

int main()
{
  std::vector<int>::iterator a;
}