xref
: /
openbsd-src
/
gnu
/
usr.bin
/
gcc
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
920917-1.c
(revision f2da64fbbbf1b03f09f390ab01267c93dfd77c4c)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
inline
f
(
x
){
switch
(
x
){
case
6
:
case
4
:
case
3
:
case
1
:;}
return
x
;}
2
g
(){
f
(
sizeof
(
"xxxxxx"
));}
3