diff options
Diffstat (limited to 'tests/headers/union_with_anon_struct.h')
-rw-r--r-- | tests/headers/union_with_anon_struct.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/headers/union_with_anon_struct.h b/tests/headers/union_with_anon_struct.h deleted file mode 100644 index 7f8dec95..00000000 --- a/tests/headers/union_with_anon_struct.h +++ /dev/null @@ -1,6 +0,0 @@ -union foo { - struct { - unsigned int a; - unsigned int b; - } bar; -}; |