CMake/Tests/CustomTransitiveProperties/static11.c
Brad King 419c19d531 Tests: Extend CustomTransitiveProperties with custom transitive LINK_LIBRARIES
Demonstrate presence of extra entries due to not always avoiding repeat
visits.
2025-02-23 08:28:32 -05:00

5 lines
35 B
C

int static11(void)
{
return 0;
}