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

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

int function1()
{
    return 0;
}