rcc_empty.cpp 176 B

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