Autogen: Tests: Separate StaticLibraryCycle test

This commit is contained in:
Sebastian Holtermann
2017-12-08 20:22:27 +01:00
parent 45b6776ab3
commit 6ce6fd426e
11 changed files with 20 additions and 13 deletions
+7
View File
@@ -0,0 +1,7 @@
#include "c.h"
#include "a.h"
C::C()
{
A a;
}