repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
noncompile
/
931203-1.c
blob
0c6a9f2d385cb7d73774540db217cce16ffeb05b
1
typedef
struct
2
{
3
int
x
,
y
;
4
}
point_t
;
5
6
7
point_t
8
f
()
9
{
10
return
0
;
/* { dg-error "incompatible types" } */
11
}