blob: af699cd17e98dd0078fd882c8b27c68616dc576c [file] [log] [blame]
/* Test attempt to redefine 'id' in an incompatible fashion. */
/* { dg-do compile } */
typedef int id; /* { dg-error "typedef redefinition with different types" } */
id b;