gdb/fortran: print function arguments when printing function type
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.fortran / charset.f90
1 character(kind=1) :: x
2 character(kind=4) :: c
3 character(kind=4,len=5) :: str
4 x = 'j'
5 c = 4_'k'
6 str = 4_'lmnop'
7 ! break-here
8 print *, c
9 print *, str
10 end
This page took 0.029254 seconds and 4 git commands to generate.