PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr32801.f03
blob10439240e766012c1bc51968742317bd36155126
1 ! { dg-do compile }
2 ! Verify that C_PTR is auto generated because it's needed by C_LOC.
3 ! This tests that PR 32801 is fixed.
4 PROGRAM c_loc_prob
5   USE, INTRINSIC :: ISO_C_BINDING, ONLY: C_LOC 
6 END PROGRAM c_loc_prob