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