int example(int a, int b); int main() { example(2, 3); }
Standard input is empty
/home/tpoggq/ccNsepZv.o: In function `main': prog.cpp:(.text.startup+0x19): undefined reference to `example(int, int)' collect2: error: ld returned 1 exit status
Standard output is empty