summaryrefslogtreecommitdiff
path: root/Tests/ConfigSources/custom2.cpp.in
blob: 438c1fdf75c99d3bfa8e3f385ac1acac79722cc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifdef CUSTOM_CFG_DEBUG
int custom2_debug()
{
  return 0;
}
#endif

#ifdef CUSTOM_CFG_OTHER
int custom2_other()
{
  return 0;
}
#endif