summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/virtual_dtor.hpp
blob: c35dcab12dac35e443b2136d4ef5e82ef3001689 (plain)
1
2
3
struct nsSlots {
    virtual ~nsSlots();
};