mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
Autogen: Tests: Separate StaticLibraryCycle test
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include "c.h"
|
||||
#include "a.h"
|
||||
|
||||
C::C()
|
||||
{
|
||||
A a;
|
||||
}
|
||||
Reference in New Issue
Block a user