summaryrefslogtreecommitdiff
path: root/tests/test_cases/deps/lint/foodep.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_cases/deps/lint/foodep.hpp')
-rw-r--r--tests/test_cases/deps/lint/foodep.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/test_cases/deps/lint/foodep.hpp b/tests/test_cases/deps/lint/foodep.hpp
new file mode 100644
index 0000000..ea16bb0
--- /dev/null
+++ b/tests/test_cases/deps/lint/foodep.hpp
@@ -0,0 +1,8 @@
+#ifndef FOODEP_HPP
+#define FOODEP_HPP
+
+typedef int foo_t;
+
+foo_t foodep(foo_t);
+
+#endif