summaryrefslogtreecommitdiff
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;
};