summaryrefslogtreecommitdiff
path: root/contrib/utility/Test/ReferenceCounting/Inline/inline.cpp
blob: 0ff2dfa99864c5163afbaf81a7e99ca602243ac6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// file      : Test/ReferenceCounting/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).
//

#include "Utility/ReferenceCounting/ReferenceCounting.hpp"

int main ()
{
}
//$Id$