summaryrefslogtreecommitdiff
path: root/tests/test_cases/deps/components/foodep.hpp
blob: 792c63be31c0612b57eccb0770e20ad9dc8bf9ba (plain)
1
2
3
4
5
6
#ifndef FOODEP_HPP
#define FOODEP_HPP

int foodep(int);

#endif