summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/rcconly.cpp
blob: 854c4c1bc0e029089f5ce3beb518aba57a2b053e (plain)
1
2
3
4
5
6
7
8
9

extern int qInitResources_second_resource();

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