Imported Upstream version 1.57.0
[platform/upstream/boost.git] / tools / build / test / railsys / program / main / main.cpp
1 //  Copyright (c) 2002 Institute of Transport, 
2 //             Railway Construction and Operation, 
3 //             University of Hanover, Germany
4 //
5 //  Use, modification and distribution are subject to the 
6 //  Boost Software License, Version 1.0. (See accompanying file 
7 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
8
9 #include "../include/test_a.h"
10
11 #include <test_libx.h>
12
13 int main()
14 {
15     TestLibX stTestLibX;
16     TestA stTestA;
17     
18     stTestLibX.do_something();
19 };