DEBSOURCES
Skip Quicknav
sources / icecc / 1.4-1 / tests / testdefine.cpp
1234567891011
#ifndef ICECREAM_TEST_DEFINE #error Failed. #endif // this should expand to test() void ICECREAM_TEST_DEFINE(); void test2() { test(); }