Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
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
);
}