1 extern __inline__
int f(int);
19 * check-name: extern inline function
20 * check-command: sparse $file $file
21 * check-description: Extern inline function never emits stand alone copy
22 * of the function. It allows multiple such definitions in different file.