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

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