diff options
Diffstat (limited to 'bindgen-integration/cpp/Test.h')
-rw-r--r-- | bindgen-integration/cpp/Test.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bindgen-integration/cpp/Test.h b/bindgen-integration/cpp/Test.h index 03a55b88..1299337b 100644 --- a/bindgen-integration/cpp/Test.h +++ b/bindgen-integration/cpp/Test.h @@ -195,3 +195,5 @@ struct my_prefixed_bar { struct my_prefixed_foo { my_prefixed_bar member; }; + +void my_prefixed_function_to_remove(); |