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

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

int function1()
{
    return 0;
}