mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
9 lines
105 B
Plaintext
9 lines
105 B
Plaintext
|
|
void test_unity_functions();
|
|
|
|
int main(int argc, char** argv)
|
|
{
|
|
test_unity_functions();
|
|
return 0;
|
|
}
|