rccEmpty.cpp 162 B

123456789
  1. extern int qInitResources_rccEmptyRes();
  2. int main(int, char**)
  3. {
  4. // Fails to link if the symbol is not present.
  5. qInitResources_rccEmptyRes();
  6. return 0;
  7. }