direct_from_A_optional_poison.c 134 B

12345
  1. extern void poison_not_direct_from_A_optional(void);
  2. void not_direct_from_A_optional(void)
  3. {
  4. poison_not_direct_from_A_optional();
  5. }