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

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

int function1();

#endif  // TEST3