cmake/Tests/InterfaceLinkLibrariesDirect/a_poison_direct_from_A_optional.c

6 lines
122 B
C
Raw Normal View History

2022-08-04 22:12:04 +02:00
extern void poison_direct_from_A_optional(void);
void direct_from_A_optional(void)
{
poison_direct_from_A_optional();
}