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
RISC-V: Add support for riscv-*-*.
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
bip_prim_func.ads
blob
37f7ac0fd30f45fdc43fd310f257b590b94c5804
1
2
package
BIP_Prim_Func
is
3
pragma
Elaborate_Body
;
4
5
type
TT
is abstract tagged limited record
6
I
:
Integer
;
7
end record
;
8
9
function
Prim_Func
return
TT
is abstract
;
10
11
end
BIP_Prim_Func
;