summaryrefslogtreecommitdiff
path: root/tests/test_cases/deps/public/bar.hpp
blob: ec9c16586c58010f74eb35b623b6d61c0a98b01c (plain)
1
2
3
4
5
6
7
8
#ifndef BAR_HPP
#define BAR_HPP

#include "foo/foo.hpp"

int bar(Foo *foo);

#endif