OSDN Git Service

PR debug/43983
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / print_parentheses_2.f90
1 ! { dg-do compile }
2 ! { dg-options "-std=legacy" }
3 !
4 program main
5   character*80 line
6   print (line,'(A)'), 'hello' ! { dg-error "Syntax error" }
7 end program main