* testsuite/*: Remove stray semi-colons after function definitions.
[official-gcc.git] / libstdc++-v3 / testsuite / 27_io / ios_base / types / iostate / bitmask_operators.cc
blobacfa45a8f623a25786e7e128a73a232fa78070c5
1 // { dg-do compile }
2 // -*- C++ -*-
4 // Copyright (C) 2004-2013 Free Software Foundation, Inc.
6 // This library is free software; you can redistribute it and/or
7 // modify it under the terms of the GNU General Public License as
8 // published by the Free Software Foundation; either version 3, or (at
9 // your option) any later version.
11 // This library is distributed in the hope that it will be useful, but
12 // WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 // General Public License for more details.
16 // You should have received a copy of the GNU General Public License
17 // along with this library; see the file COPYING3. If not see
18 // <http://www.gnu.org/licenses/>.
21 // Benjamin Kosnik <bkoz@redhat.com>
23 #include <ios>
24 #include <testsuite_common_types.h>
26 int main()
28 __gnu_test::bitmask_operators<std::ios_base::iostate>();