Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
RunCMake
/
LinkLibrariesStrategy
/
BasicX.c
blob: 39f7863929c37c4b619eb899928f868e24008237 [
file
] [
log
] [
blame
] [
edit
]
#include
<stdio.h>
int
BasicX
(
void
)
{
printf
(
"Library '%s' was linked first.\n"
,
BASIC_ID
);
return
0
;
}