1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-06-24 21:19:12 +08:00
2002-11-21 08:19:05 -05:00

8 lines
84 B
C

/* depends on NoDepY*/
void NoDepY_func();
void NoDepX_func()
{
NoDepY_func();
}