2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 13:22:11 +00:00
Files
build/examples/property_rule/bar.cpp
Dave Abrahams 6a918fb0a4 Regression example for Rene
[SVN r14457]
2002-07-14 20:03:56 +00:00

8 lines
357 B
C++

// Copyright David Abrahams 2002. Permission to copy, use,
// modify, sell and distribute this software is granted provided this
// copyright notice appears in all copies. This software is provided
// "as is" without express or implied warranty, and with no claim as
// to its suitability for any purpose.
#include <foo.hpp>
int main() { foo(); return 0; }