summaryrefslogtreecommitdiff
path: root/tests/test_cases/deps/lint/plain.hpp
blob: 20b84f53ee6efe757232143759f006a0ea0d2041 (plain)
1
2
3
4
5
6
7
8
9
#ifndef PLAIN_HPP
#define PLAIN_HPP

#include "foo.hpp"
#include "bar.hpp"

bar_t foobar(foo_t);

#endif