repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR debug/66535
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
compose.adb
blob
4ee3c57f668465e3c1b7e2d7f63f0769ef26e6b5
1
-- { dg-do run }
2
with
Ada
.
Directories
;
3
with
Ada
.
Text_IO
;
4
5
procedure
Compose
is
6
Result
:
constant
String
:=
Ada
.
Directories
.
Compose
(
Name
=>
"foo"
,
7
Extension
=>
"txt"
);
8
pragma
Unreferenced
(
Result
);
9
begin
10
null
;
11
end
Compose
;