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

7 lines
94 B
C++

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