c: Fix up pointer types to may_alias structures [PR114493]
[official-gcc.git] / gcc / testsuite / gfortran.dg / print_parentheses_2.f90
blob520973ed160b0b717f40bdbe849381804fb67bdf
1 ! { dg-do compile }
2 ! { dg-options "-std=legacy" }
4 program main
5 character*80 line
6 print (line,'(A)'), 'hello' ! { dg-error "Syntax error" }
7 end program main