nvptx, libgfortran: Switch out of "minimal" mode
[official-gcc.git] / gcc / testsuite / gfortran.dg / ISO_Fortran_binding_13.c
blob1ac9fc89eb1692b5100ccb432a75ab26cbeee011
1 /* Test the fix for PR91926. */
3 /* Contributed by José Rui Faustino de Sousa <jrfsousa@hotmail.com> */
5 #include <stdlib.h>
7 int ifb_echo(void*);
9 int ifb_echo(void *this)
11 return this == NULL ? 1 : 2;