summaryrefslogtreecommitdiff
path: root/tests/mime-detection/test-gettext.c
blob: 8755dc141ee8ca810a53018ce135aa1c303cff68 (plain)
1
2
3
4
5
6
7
#include <stdio.h>

int main()
{
  printf(_("test of string\n"));
  return 0;
}