summaryrefslogtreecommitdiff
path: root/Tests/InterfaceLibrary/libsdir/shareddependlib.cpp
blob: 378ba8165f5caf2b22a1adc71acb41c6bf541abb (plain)
1
2
3
4
5
6
7

#include "shareddependlib.h"

int SharedDependLibObject::foo() const
{
  return 0;
}