cmake/Tests/InterfaceLinkLibrariesDirect/direct_from_A_for_exe_poison.c

6 lines
131 B
C
Raw Normal View History

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