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

#include <string>

std::string foo();

#endif