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