Improved test coverage (#287)

This commit is contained in:
Bartek Kryza
2024-06-10 15:51:17 +02:00
parent 514c439413
commit fa742a03c4
170 changed files with 320 additions and 323 deletions

View File

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

View File

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