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