summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/MocInclude/main.cpp
blob: 371c5fdaddf60ade45952b25ccbe92abfad5a14e (plain)
1
2
3
4
5
6
7
8
9

// Forward declaration
bool libStrict();
bool libRelaxed();

int main(int argv, char** args)
{
  return (libStrict() && libRelaxed()) ? 0 : -1;
}