summaryrefslogtreecommitdiff
path: root/tools/ci/samples/test2.cpp
blob: eda70009e0ed019f34cc2b38217fdd77a814f9ae (plain) (blame)
1
2
3
4
5
6
7
8
#include "test2.h"

#include "include1.h"

int function1()
{
    return 0;
}