Added basic include diagram test case
This commit is contained in:
7
tests/t40001/include/lib1/lib1.h
Normal file
7
tests/t40001/include/lib1/lib1.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
namespace clanguml::t40001::lib1 {
|
||||
|
||||
int foo2() { return 0; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user