summaryrefslogtreecommitdiffstats
path: root/test cases/common/78 internal dependency/proj1/proj1f3.c
blob: 2861ddcf67f503d5141728d3c041f5ac93bad126 (plain)
1
2
3
4
5
6
#include<proj1.h>
#include<stdio.h>

void proj1_func3(void) {
    printf("In proj1_func3.\n");
}