summaryrefslogtreecommitdiff
path: root/tools/ci/samples/test5.h
blob: b570829f9e9ee62f0757735c1a163d3dd203e767 (plain) (blame)
1
2
3
4
5
6
7
8
#include "include1.h"

#ifndef TEST5
#define TEST5

int function1();

#endif  // TEST5