blob: 7f2c527863fddef4dbf64b9a5d338923fbc2051f [file]
extern int qInitResources_rccEmptyRes();
int main(int, char**)
{
// Fails to link if the symbol is not present.
qInitResources_rccEmptyRes();
return 0;
}