skipRcc.cpp 162 B

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