cmake/Tests/ConfigSources/iface_debug_src.cpp
2015-04-27 22:25:09 +02:00

8 lines
61 B
C++

#include "iface_debug.h"
int iface_debug()
{
return 0;
}