summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/rcc_empty.cpp
blob: 3f9f9a28d72f32db944df12b6976647f0af311ff (plain)
1
2
3
4
5
6
7
8
9

extern int qInitResources_rcc_empty_resource();

int main(int, char**)
{
  // Fails to link if the symbol is not present.
  qInitResources_rcc_empty_resource();
  return 0;
}