Clang Project

clang_source_code/test/Modules/Inputs/weird_objc.h
1typedef struct objc_object { void *super; int wibble; } *id;
2