1typedef struct objc_object { void *super; int wibble; } *id;
2