summaryrefslogtreecommitdiffstats
path: root/Tests/InterfaceLinkLibrariesDirect/a_poison_direct_from_A.c
blob: 6d1963dd1dcd5fc22c25a2b9a96e6791086eeaf9 (plain)
1
2
3
4
5
extern void poison_direct_from_A(void);
void direct_from_A(void)
{
  poison_direct_from_A();
}