aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/print_parentheses_1.f
blob: d644483232a82b0d8905174abdc44873b288c3e6 (plain)
1
2
3
4
5
6
7
! { dg-do compile }
! { dg-options "-std=legacy" }
!
      program main
      character*80 line
      print (line,'(A)'), 'hello' ! { dg-error "Syntax error" }
      end