diff options
Diffstat (limited to 'tests/headers/empty-union.hpp')
-rw-r--r-- | tests/headers/empty-union.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/headers/empty-union.hpp b/tests/headers/empty-union.hpp deleted file mode 100644 index 3b067e39..00000000 --- a/tests/headers/empty-union.hpp +++ /dev/null @@ -1,5 +0,0 @@ -// bindgen-flags: --opaque-type "*" - -template <int> class a { - union {}; -}; |