1 #include"subproj.h"
2 
main(void)3 int main(void) {
4     subproj_function();
5     return 0;
6 }
7