diff options
Diffstat (limited to 'tests/test_cases/deps/lint/foodep.hpp')
-rw-r--r-- | tests/test_cases/deps/lint/foodep.hpp | 8 |
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 |