index
:
rust-bindgen.git
master
Unnamed repository; edit this file 'description' to name the repository.
Kent Overstreet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bindgen-tests
/
tests
/
headers
/
no_debug_opaque.hpp
blob: d5dc18f773de566eb812efd11cf08d8fabfa2321 (
plain
)
1
2
3
4
5
// bindgen-flags: --opaque-type "NoDebug" --no-debug "NoDebug"
class
NoDebug
{
int
i
;
};