$ gcc --save-temps main.c test.c
test.o: In function `inline_function':
test.o(.text+0x0): multiple definition of `inline_function'
main.o(.text+0x0): first defined here
collect2: ld returned 1 exit status
Press any key to continue...
