rccOnly.cpp 160 B

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