Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
lto/
pr66221_1.c
1
int
test1
(
const
char
*
p
)
2
{
3
return
(
int
)
(
*
p
)
;
4
}