Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
add.c
blob: d796e41c7121d3bf0e33d6fdd14755b2483f5dbc [
file
] [
log
] [
blame
]
foo
(
a
,
b
,
p
)
int
*
p
;
{
return
34
+
*
p
;
}