int no_source_func(int n); int main(int argc, char const *argv[]) { no_source_func(10); return 0; }