mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 02:59:22 -05:00
b90ae10dda
Fixes #22750
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;
|
|
}
|