Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
920917-1.c
blob: 28e52119966100aea0716c997ed3315def985579 [
file
] [
log
] [
blame
]
/* { dg-require-effective-target untyped_assembly } */
/* { dg-additional-options "-std=gnu89" } */
inline
f
(
x
){
switch
(
x
){
case
6
:
case
4
:
case
3
:
case
1
:;}
return
x
;}
g
(){
f
(
sizeof
(
"xxxxxx"
));}