Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
3555265f1df989bbb2bbd8ca408efcb3cb0cfd69
/
.
/
Tests
/
RunCMake
/
AutoExportDll
/
AIXExportExplicitLib.c
blob: 58fd5acc8b202c2ceea592737f5685e95f0f9ddc [
file
]
int
AIXNotExported
(
void
)
{
return
0
;
}
int
AIXExportedSymbol
(
void
)
{
return
0
;
}