Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
20140610-2.c
blob: 766e5f23ea33ff760ae5b6efdb4fe3eaf6ffc166 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
extern
void
abort
(
void
);
int
a
;
int
*
p
=
&
a
;
void
test
(
void
)
{
if
(
a
!=
1
)
abort
();
}