extern void poison_direct_from_A(void);
void direct_from_A(void)
{
  poison_direct_from_A();
}