summaryrefslogtreecommitdiff
path: root/Tests/InterfaceLibrary/definetestexe.cpp
blob: decd37c51d14a1ec90a6cef4554b1631fd7e228e (plain)
1
2
3
4
5
6
7
8
9

#ifndef IFACE_DEFINE
#error Expected IFACE_DEFINE
#endif

int main(int,char**)
{
  return 0;
}