summaryrefslogtreecommitdiff
path: root/tools/ci/samples/test8.cpp
blob: 5089561fc09b80bb646c627ff38d0f95412dd072 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#include "test8.h"

#if !defined(ZZZ)
#ifndef QQQ
#include "include1.h"
#else  // QQQ
#include "include2.h"
#endif  // QQQ
#endif  // !defined(ZZZ)

int function1()
{
    return 0;
}

#if defined(QQQ)
#include "include3.h"
#endif  // defined(QQQ)