Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
ExportImport
/
Export
/
testLibCycleB2.c
blob: 18cd4f64bd3a2067abf0943559219ada2094a53c [
file
] [
log
] [
blame
]
extern
int
testLibCycleA3
(
void
);
int
testLibCycleB2
(
void
)
{
return
testLibCycleA3
();
}