index
:
toolchain_gcc.git
master
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc-4.9
/
gcc
/
testsuite
/
gnat.dg
/
lto5_pkg.adb
blob: b5bf68ab94237e548dc623f4e925004631a00723 (
plain
)
1
2
3
4
5
6
package body
Lto5_Pkg
is
procedure
d
(
a
:
t
)
is
begin
null
;
end
;
end
;