summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/Framework/consumer.c
blob: a5789764984752e6a88e55d064e1431bb4e04035 (plain)
1
2
3
4
5
6
7
8
9

#include <Gui2/Gui.h>

int consumer()
{
  foo();

  return 0;
}