summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/StaticLibraryCycle/b.cpp
blob: dee26177a18329f084db4be3f29b92ed6c721854 (plain)
1
2
3
4
5
6
7
8
#include "b.h"

#include "c.h"

B::B()
{
  C c;
}