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

struct Foo {
  int foo();
};

#endif