6 lines
134 B
C
6 lines
134 B
C
|
extern void poison_not_direct_from_A_optional(void);
|
||
|
void not_direct_from_A_optional(void)
|
||
|
{
|
||
|
poison_not_direct_from_A_optional();
|
||
|
}
|