2
0
mirror of https://github.com/boostorg/build.git synced 2026-01-30 19:52:13 +00:00
Files
build/test/prebuilt/ext/a.cpp
Dave Abrahams 62983542ec add missing newline at EOF
[SVN r16836]
2003-01-09 16:14:30 +00:00

7 lines
63 B
C++

#ifdef RELEASE
void release() {}
#else
void debug() {}
#endif