aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/hello/src/foo.h
blob: 1e4fd7b9413f7a04169d6796d23356cc88f06e18 (plain)
1
2
3
4
5
6
7
#ifndef FOO_H
#define FOO_H

int someUsefulFunction();

#endif