summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/StaticLibraryCycle/b.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/StaticLibraryCycle/b.cpp')
-rw-r--r--Tests/QtAutogen/StaticLibraryCycle/b.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/QtAutogen/StaticLibraryCycle/b.cpp b/Tests/QtAutogen/StaticLibraryCycle/b.cpp
new file mode 100644
index 0000000..a807d89
--- /dev/null
+++ b/Tests/QtAutogen/StaticLibraryCycle/b.cpp
@@ -0,0 +1,7 @@
+#include "b.h"
+#include "c.h"
+
+B::B()
+{
+ C c;
+}