xref
: /
openbsd-src
/
gnu
/
usr.bin
/
gcc
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20010107-1.c
(revision f2da64fbbbf1b03f09f390ab01267c93dfd77c4c)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
unsigned
long
x
[
4
];
2
3
void
foo
(
void
)
4
{
5
((
void
(*)())(
x
+2
))();
6
}
7