summaryrefslogtreecommitdiff
path: root/tools/ci/samples/test10.cpp
blob: a983c34f551a91fc9eddb9661a7048aef4c08830 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#include "test10.h"

#ifndef QQQ
#include "include1.h"
#elif defined(ZZZ)
#include "include3.h"
#endif  // QQQ

int function1()
{
    return 0;
}