blob: 758f10112b41a01b972e1237e3e350f4fdbe58b1 [file] [log] [blame]
// 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;