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

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