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

#ifdef QQQ
#include <string>
#else
#include <string>
#endif

int function1()
{
    return 0;
}