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

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