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. */