Added test case for dependants and dependencies for include graph diagrams

This commit is contained in:
Bartek Kryza
2022-04-19 23:13:34 +02:00
parent 677d1843cb
commit d7781794ec
13 changed files with 138 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#pragma once
#include "t2.h"
namespace clanguml::t40003::dependants {
void t3() { t2(); }
}