summaryrefslogtreecommitdiffstats
path: root/Tests/InterfaceLinkLibrariesDirect/direct_from_A_for_exe_poison.c
blob: c0ecb0b68338ce6cc425560e2d95976d55f29c74 (plain)
1
2
3
4
5
extern void poison_not_direct_from_A_for_exe(void);
void not_direct_from_A_for_exe(void)
{
  poison_not_direct_from_A_for_exe();
}