summaryrefslogtreecommitdiffstats
path: root/test cases/common/196 subproject with features/subprojects/sub/lib/sub.c
blob: 768ed36d6ebca5c6dd5188ec0efb75d8f2cf847c (plain)
1
2
3
4
5
#include "sub.h"

int sub(void) {
  return 0;
}