gdb/testsuite: add simavr.exp board
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.fortran / charset.f90
CommitLineData
3b2b8fea
TT
1character(kind=1) :: x
2character(kind=4) :: c
3character(kind=4,len=5) :: str
4x = 'j'
5c = 4_'k'
6str = 4_'lmnop'
7! break-here
8print *, c
9print *, str
10end
This page took 0.995416 seconds and 4 git commands to generate.