diff options
Diffstat (limited to 'tests/test_cases/deps/lint/plain.hpp')
-rw-r--r-- | tests/test_cases/deps/lint/plain.hpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/test_cases/deps/lint/plain.hpp b/tests/test_cases/deps/lint/plain.hpp new file mode 100644 index 0000000..20b84f5 --- /dev/null +++ b/tests/test_cases/deps/lint/plain.hpp @@ -0,0 +1,9 @@ +#ifndef PLAIN_HPP +#define PLAIN_HPP + +#include "foo.hpp" +#include "bar.hpp" + +bar_t foobar(foo_t); + +#endif |