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