summaryrefslogtreecommitdiffstats
path: root/Tests/ExportImport/Export/Interface/sharedlib.cpp
blob: 88ca7130f00004690fef7fa651469515e017503f (plain)
1
2
3
4
5
6
7

#include "sharedlib.h"

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