Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
opt.c
1
int
2
foo
(
a
)
3
{
4
return
(
a
==
2
)
;
5
}