summaryrefslogtreecommitdiff
path: root/Tests/FindPackageModeMakefileTest/foo.h
blob: 4ec598ad513eb915d835bbd3a751f7ca32fb4475 (plain)
1
2
3
4
5
6
#ifndef FOO_H
#define FOO_H

int foo();

#endif