Added test case for dependants and dependencies for include graph diagrams
This commit is contained in:
7
tests/t40003/include/dependants/t3.h
Normal file
7
tests/t40003/include/dependants/t3.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "t2.h"
|
||||
|
||||
namespace clanguml::t40003::dependants {
|
||||
void t3() { t2(); }
|
||||
}
|
||||
Reference in New Issue
Block a user