Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
bip_export.ads
blob: dbbecf5ae804abd26acf8c0215a3ecfe74341085 [
file
] [
log
] [
blame
]
package
Bip_Export
is
type T
is
limited
null
record
;
function
F
return
T
;
pragma
Export
(
C
,
F
);
function
G
return
T
;
end
Bip_Export
;