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