summaryrefslogtreecommitdiff
path: root/tools/ci/samples/test9.h
blob: 329c2ea2042190f7589e5094103d6d0ba670eaa8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef TEST9
#define TEST9

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

int function1();

#define QQQ
#endif  // TEST9