Files
clang-uml/tests/t40003/include/dependants/t11.h
2024-06-10 15:51:27 +02:00

7 lines
96 B
C++

#pragma once
#include "t10.h"
namespace clanguml::t40003::dependants {
void t11() { t10(); }
}