// RUN: %clang_cc1 -verify -fsyntax-only %s
typedef NSString *NSStringAlias ;
typedef int IntAlias ;
;
// expected-error@-1 {{'swift_bridged_typedef' attribute only applies to typedefs}}
typedef unsigned char UnsignedChar ;
// expected-error@-1 {{'__swift_bridged_typedef__' attribute takes no arguments}}