Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
6e4c378b3e27e45b7430caf43b5d051bfd560cca
/
.
/
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
;
}