mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-27 04:09:36 +03:00
10 lines
162 B
C++
10 lines
162 B
C++
|
|
extern int qInitResources_skipRccGood();
|
|
|
|
int main(int, char**)
|
|
{
|
|
// Fails to link if the symbol is not present.
|
|
qInitResources_skipRccGood();
|
|
return 0;
|
|
}
|