9 lines
71 B
C++
Raw Normal View History

2024-02-02 17:42:32 +01:00
#include "unity.h"
#define DETECT_UNITY
int unity1()
{
return 0;
}