summaryrefslogtreecommitdiff
path: root/tests/projects/c++/unity_build/src/foo/test2.cpp
blob: 596359cd2bfc36322683ad70a2a71c213b7f73a4 (plain)
1
2
3
4
5
6
7
8

// main.cpp
#include "header.h"

int test2()
{
    return 0;
}