OSDN Git Service

* g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.robertl / eb130.C
1 // Build don't link:
2 // Gives spurious warnings when compiled with -Wall
3 // EGCS 06/08/98 i686-pc-linux-gnulibc1
4 // Special g++ Options: -Wall
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 std::hash_set<int> foo;
11