repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
objc.dg
/
id-1.m
blob
ceb4d898131cc27947892bf488cf9a3b49000fef
1
/* Test attempt to redefine 'id' in an incompatible fashion. */
2
/* { dg-do compile } */
3
4
typedef int id; /* { dg-error "conflicting types for .id." } */
5
/* { dg-error "previous declaration of .id. was here" "" { target *-*-* } 0 } */
6
7
id b;