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

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