12 lines
166 B
C++
12 lines
166 B
C++
|
|
||
|
#ifndef USING_TESTSHAREDLIBREQUIRED
|
||
|
#error Expected USING_TESTSHAREDLIBREQUIRED
|
||
|
#endif
|
||
|
|
||
|
#include "excludedFromAll.h"
|
||
|
|
||
|
int main(void)
|
||
|
{
|
||
|
return excludedFromAll();
|
||
|
}
|