summaryrefslogtreecommitdiff
path: root/tests/test_cases/deps/shared/baz.hpp
blob: 643cf65e1fc64b7f1e5501406945d5cc25301790 (plain)
1
2
3
4
5
6
#ifndef BAZ_HPP
#define BAZ_HPP

int baz();

#endif