diff options
Diffstat (limited to 'tests/headers/func_ptr_in_struct.h')
-rw-r--r-- | tests/headers/func_ptr_in_struct.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/headers/func_ptr_in_struct.h b/tests/headers/func_ptr_in_struct.h deleted file mode 100644 index 988db5b3..00000000 --- a/tests/headers/func_ptr_in_struct.h +++ /dev/null @@ -1,6 +0,0 @@ - -enum baz; - -struct Foo { - enum baz (*bar) (int x, int y); -}; |