1 static int test_ok(int a
, int b
)
10 static int test_ko(int a
, int b
)
19 static int test_inline(int a
, int b
)
21 inline int nested(int i
)
28 static int test_inline_ko(int a
, int b
)
30 inline int nested(int i
)
38 * check-name: nested-functions
41 nested-functions.c:32:32: warning: unreplaced symbol 'a'