Sign in
gnu
/
gcc.git
/
94edbc153ae4f1c1532859836e528fc480da82d6
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr37418-3.c
blob: 5a2c2e81ead024ef0f4c01a269d83603091040ce [
file
] [
log
] [
blame
]
typedef
void
ft
(
int
);
void
f
(
int
args
)
__attribute__
((
const
));
void
f2
(
ft
*
p __attribute__
((
const
)))
{
p
=
f
;
}