aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/197 subproject with features/subprojects/disabled_sub/lib/sub.c
blob: e748ac75097840475d30ff7589a5eb898e414168 (plain)
1
2
3
4
5
#include "sub.h"

int sub(void) {
    return 0;
}