diff options
Diffstat (limited to 'test/Modules/Inputs/weird_objc.h')
-rw-r--r-- | test/Modules/Inputs/weird_objc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Modules/Inputs/weird_objc.h b/test/Modules/Inputs/weird_objc.h new file mode 100644 index 0000000..8acaf74 --- /dev/null +++ b/test/Modules/Inputs/weird_objc.h @@ -0,0 +1 @@ +typedef struct objc_object { void *super; int wibble; } *id; |