6 lines
107 B
C
6 lines
107 B
C
|
extern void poison_not_direct_from_A(void);
|
||
|
void not_direct_from_A(void)
|
||
|
{
|
||
|
poison_not_direct_from_A();
|
||
|
}
|