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
Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
boolean_subtype2.ads
blob
82e192b1dc44e25ac001c8f399b7f597295254c3
1
with
Boolean_Subtype2_Pkg
;
use
Boolean_Subtype2_Pkg
;
2
3
package
Boolean_Subtype2
is
4
5
subtype
B
is
Boolean
;
6
7
function
Is_String_Type
(
Id
:
Entity_Id
)
return
B
;
8
9
end
Boolean_Subtype2
;