Sign in
gnu
/
gcc.git
/
94edbc153ae4f1c1532859836e528fc480da82d6
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr41469.c
blob: f0961d1871e164298a8d9478eaee762e220b037e [
file
] [
log
] [
blame
]
/* { dg-options "-fexceptions" } */
/* { dg-require-effective-target exceptions } */
void
af
(
void
*
a
)
{
}
void
bf
(
void
)
{
int
i
=
1
;
char
v
[
i
];
af
(
v
);
}