Improved test coverage (#287)
This commit is contained in:
7
tests/t40003/include/dependants/t10.h
Normal file
7
tests/t40003/include/dependants/t10.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "t3.h"
|
||||
|
||||
namespace clanguml::t40003::dependants {
|
||||
void t10() { t3(); }
|
||||
}
|
||||
7
tests/t40003/include/dependants/t11.h
Normal file
7
tests/t40003/include/dependants/t11.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "t10.h"
|
||||
|
||||
namespace clanguml::t40003::dependants {
|
||||
void t11() { t10(); }
|
||||
}
|
||||
Reference in New Issue
Block a user