diff options
Diffstat (limited to 'tests/headers/anon_union.hpp')
-rw-r--r-- | tests/headers/anon_union.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/headers/anon_union.hpp b/tests/headers/anon_union.hpp index 26bb842f..250dcb1a 100644 --- a/tests/headers/anon_union.hpp +++ b/tests/headers/anon_union.hpp @@ -1,4 +1,5 @@ // bindgen-flags: --with-derive-hash + template<typename T> struct TErrorResult { enum UnionState { |