diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2018-11-10 20:53:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-10 20:53:47 -0500 |
commit | 8489d42c47d46ed63f168cd0c913e5a65c6c942a (patch) | |
tree | 4f3d5398ee7ef47b39e6c5475221de26cbd60ce2 /bindgen-integration/cpp/Test.cc | |
parent | 2a07619ad0aaed985d401dbe9eac2da9d2f32de8 (diff) | |
parent | 5b741da6e9a4a0737df37cb04a8adee0d30224df (diff) |
Auto merge of #1438 - ekse:item_name, r=emilio
Add item_name parse callback.
Issue: #428
Diffstat (limited to 'bindgen-integration/cpp/Test.cc')
-rw-r--r-- | bindgen-integration/cpp/Test.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bindgen-integration/cpp/Test.cc b/bindgen-integration/cpp/Test.cc index 80ae0239..c3d73411 100644 --- a/bindgen-integration/cpp/Test.cc +++ b/bindgen-integration/cpp/Test.cc @@ -131,3 +131,7 @@ Seventh::assert(bool first, }; } // namespace bitfields + +int my_prefixed_function_name() { + return 4; +}
\ No newline at end of file |