summaryrefslogtreecommitdiff
path: root/ACE/contrib/utility/Test/Introspection/Inline/inline.cpp
blob: 9d2b4828f17aaf2b5917f24dd00ee4128d15d8a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// file      : Test/Introspection/Inline/inline.cpp
// author    : Boris Kolpackov <boris@kolpackov.net>
// copyright : Copyright (c) 2002-2003 Boris Kolpackov
// license   : http://kolpackov.net/license.html

//
// This is a link-time test to detect any problems with inline functions
// (notably missing inline specifier).
//

/* FUZZ: disable check_for_improper_main_declaration */

#include "Utility/Introspection/Introspection.hpp"

int
main ()
{
}

//$Id$