aarch64: Add vector floating point extend pattern [PR113880, PR113869]
[official-gcc.git] / gcc / testsuite / gfortran.dg / c_ptr_tests_7_driver.c
blob7d8b1e328c8fa4adfce567c1b6ad536997ed9b27
1 /* This is the driver for c_ptr_test_7. */
2 extern void abort(void);
4 void *func0();
6 int main(int argc, char **argv)
8 /* The Fortran module c_ptr_tests_7 contains function func0, which has
9 return type of c_ptr, and should set the return value to c_null_ptr. */
10 if (func0() != 0)
11 abort();
13 return 0;