summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/rccOnly.cpp
blob: 61c7bf4ed67f98dea19ec6c6c74afbe29a658683 (plain)
1
2
3
4
5
6
7
8
9

extern int qInitResources_rccOnlyRes();

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