Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
ExportImport
/
Export
/
testLibCycleB1.c
blob: d1528576049ac0cf891bc7c5f395e7f742c67851 [
file
] [
log
] [
blame
]
extern
int
testLibCycleA2
(
void
);
int
testLibCycleB1
(
void
)
{
return
testLibCycleA2
();
}