summaryrefslogtreecommitdiffstats
path: root/Tests/BuildDepends/Project/zot.cxx
blob: 703ca384b88579eec4b825e4830688e00ab93334 (plain)
1
2
3
4
5
6
7
8
9
#include <zot.hxx>
#include <stdio.h>

int main()
{
  printf("%s\n", zot);
  fflush(stdout);
  return 0;
}