1193323Sed// { dg-do compile }
2193323Sed
3193323Sed// Copyright (C) 2007, 2009 Free Software Foundation, Inc.
4193323Sed//
5193323Sed// This file is part of the GNU ISO C++ Library.  This library is free
6193323Sed// software; you can redistribute it and/or modify it under the
7193323Sed// terms of the GNU General Public License as published by the
8193323Sed// Free Software Foundation; either version 3, or (at your option)
9193323Sed// any later version.
10193323Sed
11193323Sed// This library is distributed in the hope that it will be useful,
12193323Sed// but WITHOUT ANY WARRANTY; without even the implied warranty of
13193323Sed// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14193323Sed// GNU General Public License for more details.
15193323Sed
16193323Sed// You should have received a copy of the GNU General Public License
17193323Sed// along with this library; see the file COPYING3.  If not see
18193323Sed// <http://www.gnu.org/licenses/>.
19193323Sed
20193323Sed
21193323Sed// This file tests explicit instantiation of library containers.
22226633Sdim
23205407Srdivacky#include <locale>
24193323Sed
25193323Sedtemplate class std::moneypunct_byname<short, true>;
26193323Sed