summaryrefslogtreecommitdiff
path: root/tests/headers/no_debug_bypass_impl_debug.hpp
blob: a586441088c77e49483ea715c172953d5ef01565 (plain)
1
2
3
4
5
6
7
8
9
10
11
// bindgen-flags: --no-debug "NoDebug" --impl-debug

template<typename T>
class Generic {
  T t[40];
};

template<typename T>
class NoDebug {
  T t[40];
};