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