view gcc/testsuite/g++.dg/warn/pr31246.C @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
line wrap: on
line source

// PR 31246
// { dg-do compile }
// { dg-options "-Wunreachable-code -D_GLIBCXX_DEBUG" }
#include <vector>

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