Added cyclic dependency include diagram test case
This commit is contained in:
13
tests/t40002/include/lib1/lib1.h
Normal file
13
tests/t40002/include/lib1/lib1.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "../lib2/lib2.h"
|
||||
|
||||
namespace clanguml::t40002::lib1 {
|
||||
|
||||
int foo0();
|
||||
|
||||
int foo1();
|
||||
|
||||
int foo();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user