Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
00a7acb7dac674eeeac3f93fe44f18f2d9285f42
/
.
/
Tests
/
FindIntl
/
Test
/
main.cxx
blob: d90c095414b35f849de5bb6ef5db026fa8e6f061 [
file
]
extern
"C"
{
#include
<libintl.h>
}
int
main
()
{
// Check if we include the directory correctly and have no link errors
bindtextdomain
(
""
,
""
);
gettext
(
""
);
return
0
;
}