Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/tools/build/v2/test/dependency-test/a.cpp @ 12

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

added boost

File size: 308 bytes
Line 
1//  Copyright (c) 2003 Vladimir Prus
2//
3//  Distributed under the Boost Software License, Version 1.0. (See
4//  accompanying file LICENSE_1_0.txt or copy at
5//  http://www.boost.org/LICENSE_1_0.txt)
6//
7//  http://www.boost.org
8//
9
10#include <a.h>
11# include "a.h"
12#include <x.h>
13
14int main()
15{
16    return 0;
17}
Note: See TracBrowser for help on using the repository browser.