summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/RccEmpty/rccEmpty.cpp
blob: 7f2c527863fddef4dbf64b9a5d338923fbc2051f (plain)
1
2
3
4
5
6
7
8
9

extern int qInitResources_rccEmptyRes();

int main(int, char**)
{
  // Fails to link if the symbol is not present.
  qInitResources_rccEmptyRes();
  return 0;
}