PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gfortran.dg / print_parentheses_1.f
blobd644483232a82b0d8905174abdc44873b288c3e6
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