mirror of
https://github.com/reactos/CMake.git
synced 2025-01-19 09:54:02 +00:00
7 lines
70 B
C
7 lines
70 B
C
void NoDepAFunction();
|
|
|
|
void NoDepBFunction()
|
|
{
|
|
NoDepAFunction();
|
|
}
|