#include <stdio.h> inline int Get(int x) { return x + 40; } int main(void){ int a = Get(2); return 0; }
1 2 10 42 11
/home/kJtPNJ/ccZB1vmH.o: In function `main': prog.c:(.text+0x16): undefined reference to `Get' collect2: ld returned 1 exit status
Standard output is empty