xref
: /
openbsd-src
/
gnu
/
usr.bin
/
gcc
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
920917-1.c
(revision 5a38ef86d0b61900239c7913d24a05e7b88a58f0)
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