xref
: /
openbsd-src
/
gnu
/
usr.bin
/
gcc
/
gcc
/
testsuite
/
gcc.c-torture
/
unsorted
/
a1.c
(revision c87b03e512fc05ed6e0222f6fb0ae86264b1d05b)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
int
foo(a,p)
2
foo
(
a
,
p
)
3
int
*
p
;
4
{
5
p
[0] =
85
*
a
;
6
p
[
1
] =
-86
*
a
;
7
}
8