6 lines
95 B
C
6 lines
95 B
C
|
extern void poison_direct_from_A(void);
|
||
|
void direct_from_A(void)
|
||
|
{
|
||
|
poison_direct_from_A();
|
||
|
}
|