Sign in
gnu
/
gcc.git
/
94edbc153ae4f1c1532859836e528fc480da82d6
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr58332.c
blob: 22c586cb866f296c3a27e43b5b15082835a43503 [
file
] [
log
] [
blame
]
static
inline
int
foo
(
int
x
)
{
return
x
+
1
;
}
__attribute__
((
__optimize__
(
0
)))
int
bar
(
void
)
{
return
foo
(
100
);
}