repo.or.cz
/
binutils-gdb
/
blckswan.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Automatic date update in version.in
[binutils-gdb/blckswan.git]
/
gdb
/
testsuite
/
gdb.fortran
/
charset.f90
blob
15cf36005cbc9df1404bd5916be86735e17cb9e9
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