print_parentheses_2.f90   [plain text]


! { dg-do compile }
program main
  character*80 line
  print (line,'(A)'), 'hello' ! { dg-error "Syntax error" }
end program main