diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-02-16 16:16:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-16 16:16:59 +0000 |
commit | 40a7ac4546aa3ee8b3bcbf47ea651fc7e6d420c0 (patch) | |
tree | bf946f62509625e67636aade62d097b072c51504 /bindgen-tests/tests/headers/wrap-static-fns.h | |
parent | 4816398609ce84e7acc489b6f4b280dc652689df (diff) | |
parent | 62d91c5dcbf84bb9cda59996d60ab33df321e9f2 (diff) |
Diffstat (limited to 'bindgen-tests/tests/headers/wrap-static-fns.h')
-rw-r--r-- | bindgen-tests/tests/headers/wrap-static-fns.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bindgen-tests/tests/headers/wrap-static-fns.h b/bindgen-tests/tests/headers/wrap-static-fns.h index 03892315..faa7b7f1 100644 --- a/bindgen-tests/tests/headers/wrap-static-fns.h +++ b/bindgen-tests/tests/headers/wrap-static-fns.h @@ -3,6 +3,7 @@ static inline int foo() { return 11; } +static int bar(); static int bar() { return 1; } |