Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust-bindgen
/
refs/heads/upstream/layouttests-ub
/
.
/
tests
/
headers
/
do-not-derive-copy.hpp
blob: 18c261354008c35294d00e025a89b98c18d18ebe [
file
] [
log
] [
blame
] [
edit
]
// bindgen-flags: --no-derive-copy
class
WouldBeCopyButWeAreNotDerivingCopy
{
int
x
;
};