Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/tools/build/v2/test/v1-testing/c.cpp @ 12

Last change on this file since 12 was 12, checked in by landauf, 17 years ago

added boost

File size: 365 bytes
Line 
1// Copyright David Abrahams 2002.
2// Distributed under the Boost Software License, Version 1.0. (See
3// accompanying file LICENSE_1_0.txt or copy at
4// http://www.boost.org/LICENSE_1_0.txt)
5#include <iostream>
6
7#ifndef RESULTCODE
8# define RESULTCODE 0
9#endif
10
11int main()
12{
13    std::cout << "returning result: " << RESULTCODE << std::endl;
14    return RESULTCODE;
15}
16
Note: See TracBrowser for help on using the repository browser.