summaryrefslogtreecommitdiffstats
path: root/Tests/GeneratorExpression/srcgenex.c
blob: 56d3c3f957dec6e47cf33079b7eaca799015c450 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
int srcgenex(void)
{
  return 0;
}

int main(int argc, char* argv[])
{
#ifndef NAME
#error NAME not defined
#endif
  return NAME();
}