// RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class %s
// expected-no-diagnostics
// rdar://17238954
typedef const struct __attribute__ __CFAttributedString *CFAttributedStringRef;
typedef struct __attribute__ __CFAttributedString *CFMutableAttributedStringRef;
;
void
void
// Tests with no definition declaration for struct __NDCFAttributedString.
typedef const struct __attribute__ __NDCFAttributedString *NDCFAttributedStringRef;
typedef struct __attribute__ __NDCFAttributedString *NDCFMutableAttributedStringRef;
void
void