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

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