Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
633afa0b2e27a6eca3a4b1e123a80cf4338fe509
/
.
/
Tests
/
FindwxWidgets
/
Test
/
main.cpp
blob: 0e576cfede0150ea64b4c7b82ece6371db5d673f [
file
]
#include
<wx/filefn.h>
int
main
()
{
wxGetCwd
();
return
0
;
}