Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
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
;