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