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