summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/staticLibraryCycle/a.cpp
blob: 97cc66e2d27f745ff291363cfc0979bfc40b2b2c (plain)
1
2
3
4
5
6
7
#include "a.h"
#include "b.h"

A::A()
{
  B b;
}