2 /* We are building in testLib4libdbg. Provide the correct symbol. */
3 int testLib4libdbg(void)
8 /* We are not building in testLib4libdbg. Poison the symbol. */
9 extern int testLib4libdbg_noexist(void);
10 int testLib4libdbg(void)
12 return testLib4libdbg_noexist();