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

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

int function1()
{
    return 0;
}