summaryrefslogtreecommitdiff
path: root/test cases/common/112 subdir subproject/subprojects/sub/sub.c
blob: e748ac75097840475d30ff7589a5eb898e414168 (plain)
1
2
3
4
5
#include "sub.h"

int sub(void) {
    return 0;
}