summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/no_copy.hpp
blob: 349e428e0292b8eee3f7ece46c2b47f8332b5f76 (plain)
1
2
3
4
5
6

/** <div rustbindgen nocopy></div> */
template<typename T>
class CopiableButWait {
    int whatever;
};