1int no_source_func(int n);2 3int main(int argc, char const *argv[]) {4 no_source_func(10);5 return 0;6}7