Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
CXXModulesCompile
/
unity-build
/
unity2.cxx
blob: 0f25cff8cfafdce42bd2c9472a9362fcf6f69f76 [
file
]
#include
"unity.h"
#ifndef
DETECT_UNITY
# error "Should have detected a unity build"
#endif
int
unity2
()
{
return
0
;
}