#include "myLib2.h" #include "stdio.h" #ifdef WITH_PRINT # error WITH_PRINT should not be defined #endif #ifdef HAS_MYLIB2 # error HAS_MYLIB2 should not be defined #endif namespace MyLib2 { void Print(const char* const str) { puts(str); } }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 11988 | ShadauxCat |
Re-adding scope unit test that fell out in the transition from git to perforce workshop. Merging in changes from Daniel Dunbar to scopeTest.py and the darwin toolchain. |