summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/no_debug_opaque.hpp
blob: d5dc18f773de566eb812efd11cf08d8fabfa2321 (plain)
1
2
3
4
5
// bindgen-flags: --opaque-type "NoDebug" --no-debug "NoDebug"

class NoDebug {
  int i;
};