summaryrefslogtreecommitdiff
path: root/tests/headers/no_debug.hpp
blob: 2017f75da4de5ed1b8fdd12235723d3d3787d53d (plain)
1
2
3
4
5
6

/** <div rustbindgen nodebug></div> */
template<typename T>
class DebugButWait {
    int whatever;
};