]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/g++.dg/warn/pr31246.C
Remove obsolete Tru64 UNIX V5.1B support
[thirdparty/gcc.git] / gcc / testsuite / g++.dg / warn / pr31246.C
CommitLineData
d665b6e5
MLI
1// PR 31246
2// { dg-do compile }
3// { dg-options "-Wunreachable-code -D_GLIBCXX_DEBUG" }
4#include <vector>
5
6int main()
7{
8 std::vector<int>::iterator a;
9}