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