1 2 3 4 5
extern void poison_direct_from_A(void); void direct_from_A(void) { poison_direct_from_A(); }