2
0
mirror of https://github.com/boostorg/build.git synced 2026-01-26 06:22:26 +00:00
Files
build/test/prebuilt/hello.cpp
Dave Abrahams 8f5dd44691 Added missing newlines at EOF
[SVN r16857]
2003-01-10 15:38:27 +00:00

12 lines
100 B
C++

#include <a.h>
int main()
{
#ifdef RELEASE
release();
#else
debug();
#endif
}