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
/
lto13_pkg.ads
blob: ce91d1c018c754dae50ea2bbafcb757e322355d7 (
plain
)
1
2
3
4
5
6
7
8
9
package
Lto13_Pkg
is
procedure
Proc
;
private
type
T
;
end
Lto13_Pkg
;