OSDN Git Service

* treelang/compile/var_defs.tree: Adjust.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.robertl / eb130.C
1 // { dg-do assemble  }
2 // { dg-options "-Wall" }
3 // Gives spurious warnings when compiled with -Wall
4 // EGCS 06/08/98 i686-pc-linux-gnulibc1
5 // Message-Id: <199806081358.PAA02505@achibm5.chemie.uni-karlsruhe.de>
6 // From: Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
7
8
9 #include <ext/hash_set>
10 __gnu_cxx::hash_set<int> foo;
11