1165138Syongari// { dg-options "-std=gnu++0x" }
2165138Syongari// { dg-do compile }
3165138Syongari
4165138Syongari// Copyright (C) 2007, 2009 Free Software Foundation, Inc.
5165138Syongari//
6165138Syongari// This file is part of the GNU ISO C++ Library.  This library is free
7165138Syongari// software; you can redistribute it and/or modify it under the
8165138Syongari// terms of the GNU General Public License as published by the
9165138Syongari// Free Software Foundation; either version 3, or (at your option)
10165138Syongari// any later version.
11165138Syongari//
12165138Syongari// This library is distributed in the hope that it will be useful,
13165138Syongari// but WITHOUT ANY WARRANTY; without even the implied warranty of
14165138Syongari// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15165138Syongari// GNU General Public License for more details.
16165138Syongari//
17165138Syongari// You should have received a copy of the GNU General Public License
18165138Syongari// along with this library; see the file COPYING3.  If not see
19165138Syongari// <http://www.gnu.org/licenses/>.
20165138Syongari
21165138Syongari#include <unordered_set>
22165138Syongari
23165138Syongaritemplate class std::unordered_set<int>;
24165138Syongari