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

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

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