summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/PrintHelpers/something.c
blob: 90482c9f25647e67733d9a33d70e437f30c0d7dd (plain)
1
2
3
4
5
6
7
#include "something.h"

int main(void)
{
  nothing();
  return 0;
}