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
2016-11-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
taft_type1.adb
blob
3f3cc3a3e81d4f6068931bb284a2ee4f3013e9bb
1
-- { dg-do run }
2
3
with
Taft_Type1_Pkg1
;
4
5
procedure
Taft_Type1
is
6
begin
7
Taft_Type1_Pkg1
.
Check
;
8
end
;