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