summaryrefslogtreecommitdiff
path: root/tests/projects/c/unity_build/src/test6.c
blob: efbd7c6c11ddec238e73ef6c8c1d2e18503e34b8 (plain)
1
2
3
4
5
6
7
8

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

int test6()
{
    return 0;
}