Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
annotation1.adb
blob: 6ed14dab0f340d7ca2b18e63aa407c17b93dcf35 [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
procedure
Annotation1
is
pragma
Annotate
(
Some_Tool
,
Some_Action
,
"abc"
&
"def"
);
begin
null
;
end
Annotation1
;