Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
QtAutogen
/
RccEmpty
/
rccEmpty.cpp
blob: 7f2c527863fddef4dbf64b9a5d338923fbc2051f [
file
]
extern
int
qInitResources_rccEmptyRes
();
int
main
(
int
,
char
**)
{
// Fails to link if the symbol is not present.
qInitResources_rccEmptyRes
();
return
0
;
}