summaryrefslogtreecommitdiffstats
path: root/qmake/examples/precompile/util.cpp
blob: 6a1545255fb4e5a3a550faf1a87336247e4a6270 (plain)
1
2
3
4
5
6
7
void util_function_does_nothing()
{
    // Nothing here...
    int x = 0;
    ++x;
}