direct_from_A_poison.c 107 B

12345
  1. extern void poison_not_direct_from_A(void);
  2. void not_direct_from_A(void)
  3. {
  4. poison_not_direct_from_A();
  5. }