STYLE: Nightly Date Stamp
[cmake.git] / Tests / Dependency / Two / TwoCustomSrc.c
blobac31dcf37b1b279a2dd9278ecf2fbed32f9b0d58
1 extern void NoFunction();
3 /* Provide a function that is supposed to be found in the Three
4 library. If Two links to TwoCustom then TwoCustom will come before
5 Three and this symbol will be used. Since NoFunction is not
6 defined, that will cause a link failure. */
7 void ThreeFunction()
9 NoFunction();