1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-06-26 06:34:13 +08:00
2002-11-20 09:04:28 -05:00

8 lines
85 B
C

/* depends on NoDepB */
void NoDepB_func();
void NoDepA_func()
{
NoDepB_func();
}