// RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class %s
// rdar://20255473
typedef NSObject * dispatch_queue_t;
typedef struct S * dispatch_queue_t_2; // expected-warning {{Objective-C object}}
typedef struct T;
dispatch_queue_t ;
NSObject *