Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
m1.c
blob: b11314d9f1b4a7c438b9fa2aec6cddcf57d6113a [
file
] [
log
] [
blame
]
/* { dg-additional-options "-std=gnu89" } */
foo
(
p
)
int
*
p
;
{
*
p
=
1234
;
}