Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
a23c74f6ba9dacb4a91fa2f9d785875318a2f929
/
.
/
test
/
SemaObjC
/
id-1.m
blob: 399c6ec22c6029112c53f731cd8be1f058289249 [
file
] [
log
] [
blame
]
// RUN: clang-cc -fsyntax-only -verify %s
/* Test attempt to redefine 'id' in an incompatible fashion. */
typedef
int
id
;
// expected-error {{typedef redefinition with different types}}
id b
;