mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 14:27:23 +00: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;
|
|
}
|