summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Ninja/top.c
blob: 035824489262ac69df270153cee7c747f28a9783 (plain)
1
2
3
4
5
6
7
#include "command.h"
#include "target.h"

int top(void)
{
  return 0;
}