12175Sjp161948//  2002-03-15  Philipp Thomas  <pthomas@suse.de>
22175Sjp161948
32175Sjp161948// Copyright (C) 2001 Free Software Foundation, Inc.
42175Sjp161948//
52175Sjp161948// This file is part of the GNU ISO C++ Library.  This library is free
62175Sjp161948// software; you can redistribute it and/or modify it under the
72175Sjp161948// terms of the GNU General Public License as published by the
82175Sjp161948// Free Software Foundation; either version 2, or (at your option)
92175Sjp161948// any later version.
102175Sjp161948
112175Sjp161948// This library is distributed in the hope that it will be useful,
122175Sjp161948// but WITHOUT ANY WARRANTY; without even the implied warranty of
132175Sjp161948// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
142175Sjp161948// GNU General Public License for more details.
152175Sjp161948
162175Sjp161948// You should have received a copy of the GNU General Public License along
172175Sjp161948// with this library; see the file COPYING.  If not, write to the Free
182175Sjp161948// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
192175Sjp161948// USA.
202175Sjp161948
212175Sjp161948// backward header slist.h
222175Sjp161948
232175Sjp161948#include <slist.h>
242175Sjp161948#include <testsuite_hooks.h>
252175Sjp161948
262175Sjp161948// { dg-options "-Wno-deprecated" }
272175Sjp161948
282175Sjp161948int main(void)
292175Sjp161948{
302175Sjp161948  return 0;
312175Sjp161948}
322175Sjp161948