summaryrefslogtreecommitdiffstats
path: root/Tests/InterfaceLinkLibrariesDirect/a_poison_direct_from_A_optional.c
blob: 0f1328e5afe82cb8b7eaef272303c2efffbeca84 (plain)
1
2
3
4
5
extern void poison_direct_from_A_optional(void);
void direct_from_A_optional(void)
{
  poison_direct_from_A_optional();
}