Sign in
gnu
/
gcc.git
/
94edbc153ae4f1c1532859836e528fc480da82d6
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20000412-2.c
blob: 10ef1a65290cc92c60d1d498fe844f5b91d52bfc [
file
] [
log
] [
blame
]
char
list
[
250
][
64
];
int
f
(
int
idx
)
{
return
(
__builtin_strlen
(
list
[
idx
]));
}