summaryrefslogtreecommitdiff
path: root/tools/ci/samples/test4.h
blob: 244345a2085d745eab5739d2b48cdb663b7f5019 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef TEST4
#define TEST4

int function1();

#ifdef QQQ
#include "include1.h"
#endif  // QQQ

#endif  // TEST4