rcconly.cpp 170 B

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