blob: d90c095414b35f849de5bb6ef5db026fa8e6f061 [file] [log] [blame]
extern "C" {
#include <libintl.h>
}
int main()
{
// Check if we include the directory correctly and have no link errors
bindtextdomain("", "");
gettext("");
return 0;
}