summaryrefslogtreecommitdiff
path: root/tests/headers/issue-1285.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/issue-1285.h')
-rw-r--r--tests/headers/issue-1285.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/headers/issue-1285.h b/tests/headers/issue-1285.h
deleted file mode 100644
index a2817d84..00000000
--- a/tests/headers/issue-1285.h
+++ /dev/null
@@ -1,8 +0,0 @@
-// bindgen-flags: --with-derive-hash --no-recursive-allowlist --allowlist-type "foo"
-
-struct foo {
- union {
- unsigned int a;
- unsigned short b;
- } bar;
-}; \ No newline at end of file