summaryrefslogtreecommitdiff
path: root/Tests/ExportImport/Import/A/iface_test.cpp
blob: fa4474bdbe03c216bfa16e6a386601dbb8f12457 (plain)
1
2
3
4
5
6
7
8
9
10
11

#ifndef USING_TESTSHAREDLIBREQUIRED
#error Expected USING_TESTSHAREDLIBREQUIRED
#endif

#include "excludedFromAll.h"

int main(void)
{
  return excludedFromAll();
}