diff options
Diffstat (limited to 'Tests/QtAutogen/StaticLibraryCycle/c.cpp')
-rw-r--r-- | Tests/QtAutogen/StaticLibraryCycle/c.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/QtAutogen/StaticLibraryCycle/c.cpp b/Tests/QtAutogen/StaticLibraryCycle/c.cpp new file mode 100644 index 000000000..7d427c234 --- /dev/null +++ b/Tests/QtAutogen/StaticLibraryCycle/c.cpp @@ -0,0 +1,7 @@ +#include "c.h" +#include "a.h" + +C::C() +{ + A a; +} |