summaryrefslogtreecommitdiff
path: root/tests/test_cases/deps/lint/foo.hpp
blob: 45c286c4567f7ab7964b6df6df09f357900e7e2a (plain)
1
2
3
4
5
6
7
8
#ifndef FOO_HPP
#define FOO_HPP

#include "foodep.hpp"

foo_t foo(foo_t);

#endif