Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gfortran.dg
/
c-interop
/
pr113338-c.c
blob: 21a6b7a007a00e1141486bb33287ff48d4277bf4 [
file
] [
log
] [
blame
]
/* PR fortran/113338. */
#include
<ISO_Fortran_binding.h>
extern
void
f_proc
(
CFI_cdesc_t
*
x
);
extern
void
c_proc
(
CFI_cdesc_t
*
x
)
{
f_proc
(
x
);
}