summaryrefslogtreecommitdiffstats
path: root/Tests/ExportImport/Import/A/iface_test.cpp
blob: 4428c1c509612e00ff2de54718c4e0502c45dc2d (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();
}