From 2e8f03a66a8690dcd137834e0a3479e20b560b78 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Fri, 9 Aug 2024 15:32:40 +0200 Subject: Add a test for components having components --- tests/test_cases/deps/transitive-components/bardep.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/test_cases/deps/transitive-components/bardep.hpp (limited to 'tests/test_cases/deps/transitive-components/bardep.hpp') diff --git a/tests/test_cases/deps/transitive-components/bardep.hpp b/tests/test_cases/deps/transitive-components/bardep.hpp new file mode 100644 index 0000000..ebfaef4 --- /dev/null +++ b/tests/test_cases/deps/transitive-components/bardep.hpp @@ -0,0 +1,8 @@ +#ifndef BARDEP_HPP +#define BARDEP_HPP + +typedef int bar_t; + +bar_t bardep(bar_t); + +#endif -- cgit v1.2.3