#include "../myLib/myLib.h" #ifdef WITH_PRINT # error WITH_PRINT should not be defined! #endif #ifndef HAS_MYLIB2 # error HAS_MYLIB2 should be defined #endif int main() { MyLib::PrintHello(); return 0; }
# | 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. |