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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
annotation1.adb
blob
6ed14dab0f340d7ca2b18e63aa407c17b93dcf35
1
-- { dg-do compile }
2
3
procedure
Annotation1
is
4
pragma
Annotate
(
Some_Tool
,
Some_Action
,
"abc"
&
"def"
);
5
begin
6
null
;
7
end
Annotation1
;