diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/bind_c_usage_17_c.c')
-rw-r--r-- | gcc/testsuite/gfortran.dg/bind_c_usage_17_c.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/testsuite/gfortran.dg/bind_c_usage_17_c.c b/gcc/testsuite/gfortran.dg/bind_c_usage_17_c.c new file mode 100644 index 000000000..456d542af --- /dev/null +++ b/gcc/testsuite/gfortran.dg/bind_c_usage_17_c.c @@ -0,0 +1,4 @@ +/* PR fortran/37201. + Linked with bind_c_usage_17.f90. */ + +char cdir(void){return '/';} |