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
/
do-not-derive-copy.hpp
blob: 18c261354008c35294d00e025a89b98c18d18ebe (
plain
)
1
2
3
4
5
// bindgen-flags: --no-derive-copy
class
WouldBeCopyButWeAreNotDerivingCopy
{
int
x
;
};