9 lines
71 B
C++
9 lines
71 B
C++
|
#include "unity.h"
|
||
|
|
||
|
#define DETECT_UNITY
|
||
|
|
||
|
int unity1()
|
||
|
{
|
||
|
return 0;
|
||
|
}
|