summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/id-1.m
blob: 758f10112b41a01b972e1237e3e350f4fdbe58b1 (plain)
1
2
3
4
5
6
// RUN: clang -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;
OpenPOWER on IntegriCloud