c: Fix up pointer types to may_alias structures [PR114493]
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr41162.f
blobeea3c55f6c1069a805e4bc5f060f4388326d09d1
1 ! { dg-do compile }
2 ! PRs 41154/41162
3 write (*,'(1PD24.15,F4.2,0P)') 1.0d0
4 write (*,'(1PD24.15,F4.2,0P/)') 1.0d0
5 end