repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update concepts branch to revision 131834
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pointer-arith-9.c
blob
2d26112720049d339d5042a0ccc65ecd6c083e69
1
/* { dg-do compile } */
2
/* { dg-options "" } */
3
4
void
*
foo
(
void
)
5
{
6
return
(
void
*)
0
-
1
;
7
}