2024-02-02 17:42:32 +01:00

11 lines
124 B
C++

#include "unity.h"
#ifndef DETECT_UNITY
# error "Should have detected a unity build"
#endif
int unity2()
{
return 0;
}