summaryrefslogtreecommitdiff
path: root/Tests/ConfigSources/main.cpp
blob: 71af72f700cd2a2481c40ff8bc9a9de93cc17325 (plain)
1
2
3
4
5
6
7

#include "iface_debug.h"

int main(int argc, char** argv)
{
  return iface_src() + iface_debug();
}