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;