summaryrefslogtreecommitdiffstats
path: root/Tests/SourcesProperty/main.cpp
blob: ae4f30567682f48c959e80efdb2798c248dac5de (plain)
1
2
3
4
5
6
7

#include "iface.h"

int main(int argc, char** argv)
{
  return iface();
}